projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed unused parameter warning
[wxWidgets.git]
/
include
/
wx
/
generic
/
statusbr.h
diff --git
a/include/wx/generic/statusbr.h
b/include/wx/generic/statusbr.h
index e7ac4d74096e1e86a9d505ae737475c2cee1f83e..06c8ec47914892006881da2fe97336e639638235 100644
(file)
--- a/
include/wx/generic/statusbr.h
+++ b/
include/wx/generic/statusbr.h
@@
-17,7
+17,7
@@
#include "wx/statusbr.h"
#include "wx/arrstr.h"
-extern WXDLLEXPORT_DATA(const wxChar
*) wxPanelNameStr
;
+extern WXDLLEXPORT_DATA(const wxChar
) wxPanelNameStr[]
;
class WXDLLEXPORT wxStatusBarGeneric : public wxStatusBarBase
{