diff options
Diffstat (limited to 'dom/smil/SMILBoolType.h')
-rw-r--r-- | dom/smil/SMILBoolType.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/smil/SMILBoolType.h b/dom/smil/SMILBoolType.h index 608a09ccf..d0bbcf5ea 100644 --- a/dom/smil/SMILBoolType.h +++ b/dom/smil/SMILBoolType.h @@ -42,7 +42,7 @@ protected: private: // Private constructor: prevent instances beyond my singleton. - constexpr SMILBoolType() {} + SMILBoolType() {} }; } // namespace mozilla |