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