]> git.saurik.com Git - wxWidgets.git/commitdiff
make go generic
authorRyan Norton <wxprojects@comcast.net>
Mon, 27 Sep 2004 11:44:29 +0000 (11:44 +0000)
committerRyan Norton <wxprojects@comcast.net>
Mon, 27 Sep 2004 11:44:29 +0000 (11:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/drawer.h

index d06d300d6a3076fd581c8bc232ec834490d540ad..9c40bb5f53b6c546f394b587c05786040fc6e84f 100644 (file)
@@ -18,6 +18,7 @@
 #      include "wx/mac/carbon/drawer.h"
 #else
 #      include "wx/generic/drawerg.h"
+#      define wxDrawerWindow wxGenericDrawerWindow
 #endif
 
 #endif // _WX_DRAWER_H_BASE_