]> git.saurik.com Git - wxWidgets.git/commitdiff
The char->wxChar in window.h cascades through some other header files.
authorOve Kaaven <ovek@arcticnet.no>
Wed, 14 Apr 1999 11:55:35 +0000 (11:55 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Wed, 14 Apr 1999 11:55:35 +0000 (11:55 +0000)
Someone give a hint why you'd declare the same extern global vars
separately in a ton of header files instead of just once in a header
file included by all the others?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/panelg.h
include/wx/generic/scrolwin.h
include/wx/generic/statusbr.h

index c60d17f393e0962c10da0a6d2bb7d5d61f4a36e7..a4c8029462a6a56e5d66c93839f3e57e92cd9a91 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/window.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxPanelNameStr;
+WXDLLEXPORT_DATA(extern const wxChar*) wxPanelNameStr;
 
 
 class WXDLLEXPORT wxPanel : public wxWindow
index 8a337fa77ded534b1d656783902e333801799260..6368dfb0b27cec9bddfdfb6fca40b1e75fdf2dd0 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/window.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxPanelNameStr;
+WXDLLEXPORT_DATA(extern const wxChar*) wxPanelNameStr;
 
 class WXDLLEXPORT wxScrolledWindow: public wxWindow
 {
index 68a4e96f426a716ed16a2d69dd81c728e50565f4..0c858300287fc764c4793b4f6f7d45ddea17af2d 100644 (file)
@@ -20,7 +20,7 @@
 #include "wx/pen.h"
 #include "wx/font.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxPanelNameStr;
+WXDLLEXPORT_DATA(extern const wxChar*) wxPanelNameStr;
 
 class WXDLLEXPORT wxStatusBar: public wxWindow
 {