]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/taskbar.h
added conversion ctor to create const_iterator from iterator, otherwise assigning...
[wxWidgets.git] / include / wx / msw / taskbar.h
index b14ffb334fae2579e91f193fa4b00612760f331d..9cb12491686d08cec14349a87d7c1aafc06c776b 100644 (file)
 #ifndef _TASKBAR_H_
 #define _TASKBAR_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "taskbar.h"
-#endif
-
 #include "wx/icon.h"
 
 // private helper class:
@@ -78,7 +74,7 @@ protected:
 #endif
 };
 
-#if WXWIN_COMPATIBILITY_2_4    
+#if WXWIN_COMPATIBILITY_2_4
 inline bool wxTaskBarIcon::IsOK() const { return IsOk(); }
 #endif