projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02af5ea
)
compilation fix
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 25 Jul 2004 20:13:23 +0000
(20:13 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 25 Jul 2004 20:13:23 +0000
(20:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28503
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/univ/renderer.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/univ/renderer.h
b/include/wx/univ/renderer.h
index b5e707cb4976c17d22368f56239cd6e2178065ea..7ee73df041f73eab252edbc59ad05450be97ce4f 100644
(file)
--- a/
include/wx/univ/renderer.h
+++ b/
include/wx/univ/renderer.h
@@
-701,7
+701,7
@@
public:
virtual void DrawStatusField(wxDC& dc,
const wxRect& rect,
const wxString& label,
- int flags = 0, in
s
t style = 0)
+ int flags = 0, int style = 0)
{ m_renderer->DrawStatusField(dc, rect, label, flags, style); }
virtual void DrawFrameTitleBar(wxDC& dc,