]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/taskbarosx.h
props
[wxWidgets.git] / include / wx / osx / taskbarosx.h
index 0d4872161346e2e2bbf7293cf747fdc851d7bbde..8d8f3950535e5436142df2353721bfb841adfe94 100644 (file)
@@ -26,8 +26,8 @@ public:
 #if wxOSX_USE_COCOA
         ,   CUSTOM_STATUSITEM
 #endif
-//    ,   STATUSITEM 
-//    ,   MENUEXTRA 
+//    ,   STATUSITEM
+//    ,   MENUEXTRA
         ,   DEFAULT_TYPE = DOCK
         };
 
@@ -42,7 +42,7 @@ public:
     bool PopupMenu(wxMenu *menu);
 
 protected:
-    class wxTaskBarIconImpl* m_impl;    
+    class wxTaskBarIconImpl* m_impl;
     friend class wxTaskBarIconImpl;
 };
 #endif