]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/taskbarcmn.cpp
don't crash if conversion of a command line argument to Unicode fails
[wxWidgets.git] / src / common / taskbarcmn.cpp
index cb6045a8943e7623966274b06f8f657f5b0008fd..b08d6cf20d61ba210800e0505a3f3bb53254df17 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "taskbar.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -50,5 +46,5 @@ void wxTaskBarIconBase::OnRightButtonDown(wxTaskBarIconEvent& WXUNUSED(event))
         delete menu;
     }
 }
-    
+
 #endif // defined(wxHAS_TASK_BAR_ICON)