]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/gdiobj.cpp
Compile fix.
[wxWidgets.git] / src / gtk / gdiobj.cpp
index a4327178f3593838492de5812bcf4ccebaeed73f..c01f42930fc01c050c4e50b3b3458108bb6a8a44 100644 (file)
@@ -1,17 +1,15 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        gdiobj.cpp
+// Name:        src/gtk/gdiobj.cpp
 // Purpose:     wxGDIObject class
 // Author:      Julian Smart
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "gdiobj.h"
-#endif
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
 
 #include "wx/gdiobj.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
-