]> git.tdb.fi Git - poefilter.git/blobdiff - source/category.h
Use implicit instead of explicit category ordering
[poefilter.git] / source / category.h
index dd47191e7bcd9d88a0aa59bceceb3e1e43bd52f7..da4c252bed5437b129064076f49d479b1f0afcc5 100644 (file)
@@ -57,7 +57,8 @@ private:
        Appearance appearance;
 
 public:
-       Category(const std::string & = std::string());
+       Category();
+       Category(const std::string &, unsigned);
        Category(const Category &);
        Category &operator=(const Category &);
        ~Category();