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