projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Virtualize showing/hiding the pages in wxBookCtrlBase.
[wxWidgets.git]
/
include
/
wx
/
valnum.h
diff --git
a/include/wx/valnum.h
b/include/wx/valnum.h
index 19320248e40ca0c7e8b807b6b3ac5727b847b2e8..2fbfe607b898b2261fa83b2bf119352f7c392e05 100644
(file)
--- a/
include/wx/valnum.h
+++ b/
include/wx/valnum.h
@@
-49,7
+49,7
@@
protected:
m_style = style;
}
- wxNumValidatorBase(const wxNumValidatorBase& other)
+ wxNumValidatorBase(const wxNumValidatorBase& other)
: wxValidator()
{
m_style = other.m_style;
}