another missing explicit keyword
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu, 08 Jul 2010 09:40:24 +0200
changeset 6505 2d59c219852b
parent 6504 73e22e5e5fc5
child 6506 1d64d3bac8ce
child 6507 9a327db25273
another missing explicit keyword
src/simulator/high-precision-cairo.h
--- a/src/simulator/high-precision-cairo.h	Thu Jul 08 09:38:33 2010 +0200
+++ b/src/simulator/high-precision-cairo.h	Thu Jul 08 09:40:24 2010 +0200
@@ -45,7 +45,7 @@
 {
 public:
   inline HighPrecision ();
-  inline HighPrecision (int64_t value, bool dummy);
+  explicit inline HighPrecision (int64_t value, bool dummy);
   explicit inline HighPrecision (double value);
 
   inline int64_t GetInteger (void) const;