diff options
Diffstat (limited to 'dom/smil/SMILIntegerType.h')
-rw-r--r-- | dom/smil/SMILIntegerType.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dom/smil/SMILIntegerType.h b/dom/smil/SMILIntegerType.h index 39560cc79..bf8030b6e 100644 --- a/dom/smil/SMILIntegerType.h +++ b/dom/smil/SMILIntegerType.h @@ -38,7 +38,8 @@ public: } private: - constexpr SMILIntegerType() {} + // Private constructor: prevent instances beyond my singleton. + SMILIntegerType() {} }; } // namespace mozilla |