projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56a44c6
)
compilation fix for wxUSE_VALIDATORS==0
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 19 Apr 2004 14:02:27 +0000
(14:02 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 19 Apr 2004 14:02:27 +0000
(14:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26867
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/slider95.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/slider95.cpp
b/src/msw/slider95.cpp
index 1c723f2f21c62d958baa5b4eb95e10ffb7ec3475..3853c604471447229b369d893339fd0deb0351a6 100644
(file)
--- a/
src/msw/slider95.cpp
+++ b/
src/msw/slider95.cpp
@@
-121,7
+121,7
@@
bool wxSlider95::Create(wxWindow *parent, wxWindowID id,
int value, int minValue, int maxValue,
const wxPoint& pos,
const wxSize& size, long style,
- const wxValidator&
wxVALIDATOR_PARAM(validator)
,
+ const wxValidator&
validator
,
const wxString& name)
{
// default is no border