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