another missing explicit keyword

This commit is contained in:
Mathieu Lacage
2010-07-08 09:40:24 +02:00
parent 4de0464482
commit d4d165fcfa

View File

@@ -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;