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