projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove unnecessary ?: operator
[wxWidgets.git]
/
src
/
os2
/
gauge.cpp
diff --git
a/src/os2/gauge.cpp
b/src/os2/gauge.cpp
index f0dda60e5055fc4af0a65ae8f622c4521ab78312..9c95081918e446a3462a6d24cefbaaadb85277dd 100644
(file)
--- a/
src/os2/gauge.cpp
+++ b/
src/os2/gauge.cpp
@@
-27,7
+27,7
@@
extern void wxAssociateWinWithHandle( HWND hWnd
,wxWindowOS2* pWin
);
-IMPLEMENT_DYNAMIC_CLASS(wxGauge, wx
Control
)
+IMPLEMENT_DYNAMIC_CLASS(wxGauge, wx
GaugeBase
)
MRESULT EXPENTRY wxGaugeWndProc( HWND hWnd,
UINT uMessage,