From: Stefan Csomor Date: Thu, 27 Jan 2011 17:15:40 +0000 (+0000) Subject: clang fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f5f3d4ec5c2b293ac4ef7962dc09d3c2926253f1 clang fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/valnum.h b/include/wx/valnum.h index 0385c9f9ad..19320248e4 100644 --- a/include/wx/valnum.h +++ b/include/wx/valnum.h @@ -409,7 +409,7 @@ public: { DoSetMinMax(); - SetPrecision(std::numeric_limits::digits10); + this->SetPrecision(std::numeric_limits::digits10); } // Ctor specifying an explicit precision.