some more consts here and there

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-12-16 22:10:32 +00:00
parent d5e295970c
commit 2ffa221c58
4 changed files with 12 additions and 14 deletions

View File

@@ -63,8 +63,8 @@
extern wxWindowList wxModelessWindows; // from dialog.cpp
extern wxMenu *wxCurrentPopupMenu;
extern wxChar *wxMDIFrameClassName;
extern wxChar *wxMDIChildFrameClassName;
extern const wxChar *wxMDIFrameClassName;
extern const wxChar *wxMDIChildFrameClassName;
extern wxWindow *wxWndHook; // from window.cpp
extern void wxAssociateWinWithHandle(HWND hWnd, wxWindow *win);