]> git.tdb.fi Git - poefilter.git/blobdiff - source/category.h
Replace Staff with Stave
[poefilter.git] / source / category.h
index dd47191e7bcd9d88a0aa59bceceb3e1e43bd52f7..2fb30840321e35de03b4ebece9e933c282e4c754 100644 (file)
@@ -34,6 +34,8 @@ public:
        private:
                void and_();
 
+               void category(const std::string &);
+
                template<typename T>
                void condition(typename T::Type);
 
@@ -57,7 +59,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();