]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/dfbptr.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / dfb / dfbptr.h
index 5f19dee9eb0b17238bd4c40bd5bec4ebca80958a..e34e3dc26812cfcd096d195a0bfe1dc20b5f261f 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxDfbPtr<T> for holding objects declared in wrapdfb.h
 // Author:      Vaclav Slavik
 // Created:     2006-08-09
-// RCS-ID:      $Id$
 // Copyright:   (c) 2006 REA Elektronik GmbH
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -33,7 +32,7 @@
 
 class wxDfbWrapperBase;
 
-class wxDfbPtrBase
+class WXDLLIMPEXP_CORE wxDfbPtrBase
 {
 protected:
     static void DoAddRef(wxDfbWrapperBase *ptr);