projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
guarding agains NULL
[wxWidgets.git]
/
include
/
wx
/
valnum.h
diff --git
a/include/wx/valnum.h
b/include/wx/valnum.h
index 0385c9f9ad669e1f87c3920327bd09cb91a3f642..2fbfe607b898b2261fa83b2bf119352f7c392e05 100644
(file)
--- a/
include/wx/valnum.h
+++ b/
include/wx/valnum.h
@@
-49,7
+49,7
@@
protected:
m_style = style;
}
m_style = style;
}
- wxNumValidatorBase(const wxNumValidatorBase& other)
+ wxNumValidatorBase(const wxNumValidatorBase& other)
: wxValidator()
{
m_style = other.m_style;
}
{
m_style = other.m_style;
}
@@
-409,7
+409,7
@@
public:
{
DoSetMinMax();
{
DoSetMinMax();
- SetPrecision(std::numeric_limits<ValueType>::digits10);
+
this->
SetPrecision(std::numeric_limits<ValueType>::digits10);
}
// Ctor specifying an explicit precision.
}
// Ctor specifying an explicit precision.