]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/gdiobj.h
added wxWxCharBuffer which stands for buffer of wxChars
[wxWidgets.git] / include / wx / gtk1 / gdiobj.h
index 2c17e8572d0a9a3a725f2d77e8d4be3a0855d023..4a35500f3ff85e66b5c054b179fb15e00c945311 100644 (file)
@@ -1,23 +1,18 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        gdiobj.h
+// Name:        wx/gtk1/gdiobj.h
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling, Julian Smart
-// Licence:    wxWidgets licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
 #ifndef __GDIOBJH__
 #define __GDIOBJH__
 
 #include "wx/object.h"
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
-class wxGDIObject : public wxObject
+class WXDLLIMPEXP_CORE wxGDIObject : public wxObject
 {
 public:
     inline wxGDIObject() { m_visible = FALSE; };