projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
disable VC6 warnings before warning(push), otherwise they're reenabled by warning...
[wxWidgets.git]
/
include
/
wx
/
spinbutt.h
diff --git
a/include/wx/spinbutt.h
b/include/wx/spinbutt.h
index 94402564ea5b7c9414813e507263db79fda8e24b..53e84ea68f6fd59b356bdc36f5a8097e1c986e07 100644
(file)
--- a/
include/wx/spinbutt.h
+++ b/
include/wx/spinbutt.h
@@
-65,7
+65,7
@@
protected:
int m_min;
int m_max;
- DECLARE_NO_COPY_CLASS(wxSpinButtonBase)
+ wxDECLARE_NO_COPY_CLASS(wxSpinButtonBase);
};
// ----------------------------------------------------------------------------