]> git.saurik.com Git - wxWidgets.git/commitdiff
Declare wxObject
authorDavid Elliott <dfe@tgwbd.org>
Tue, 1 Jul 2003 17:19:15 +0000 (17:19 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 1 Jul 2003 17:19:15 +0000 (17:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/apptrait.h

index dff9f3fdfc990d545640e180932bbe1cc15ec6a0..1522cea227629d2398feb60e8452f1446c9da1d6 100644 (file)
@@ -12,6 +12,7 @@
 #ifndef _WX_APPTRAIT_H_
 #define _WX_APPTRAIT_H_
 
+class WXDLLEXPORT wxObject;
 class WXDLLEXPORT wxAppTraits;
 #if wxUSE_FONTMAP
     class WXDLLEXPORT wxFontMapper;