]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/icon.cpp
Unicode compile fix
[wxWidgets.git] / src / motif / icon.cpp
index b1a4a57d6b3ce5ab87c20afbf75bde3e1e7455a1..f3904bb57fc274fb6d392260a97c67383b5a752c 100644 (file)
@@ -1,18 +1,14 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        icon.cpp
+// Name:        src/motif/icon.cpp
 // Purpose:     wxIcon class
 // Author:      Julian Smart
 // Modified by:
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "icon.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -61,7 +57,7 @@ bool wxIcon::LoadFile(const wxString& filename, wxBitmapType type,
     UnRef();
 
     wxBitmapHandler *handler = FindHandler(type);
-    
+
     if ( handler )
         return handler->LoadFile(this, filename, type,
                                  desiredWidth, desiredHeight);