]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hashset.h
wx/gtk1/taskbarpriv.h and gnome/gprint.h not necessary for gtk1. Deleting.
[wxWidgets.git] / include / wx / hashset.h
index 9c96e5e9e20768d67f174912b0378ffcd2c4227e..599690d4026702c186a996e8fbec9e5075492fb1 100644 (file)
@@ -83,7 +83,7 @@ public:                                                                      \
     /* count() == 0 | 1 */                                                   \
     size_type count( const const_key_type& key )                             \
         { return GetNode( key ) ? 1 : 0; }                                   \
-};
+}
 
 #endif // !wxUSE_STL || !defined(HAVE_STL_HASH_MAP)