X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df04f800b84a71e6f1f5020fa03c2831fa87e6f2..e9e8b38179b147dd04f5c19af7e56a94342e93a7:/include/wx/valnum.h 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.