From d4d165fcfafdd8ad9056cc17f34a598f5183ccc0 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Thu, 8 Jul 2010 09:40:24 +0200 Subject: [PATCH] another missing explicit keyword --- src/simulator/high-precision-cairo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulator/high-precision-cairo.h b/src/simulator/high-precision-cairo.h index c16e2c0bf..1f5abd88e 100644 --- a/src/simulator/high-precision-cairo.h +++ b/src/simulator/high-precision-cairo.h @@ -45,7 +45,7 @@ class HighPrecision { 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;