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