]> git.tdb.fi Git - poefilter.git/blobdiff - source/category.h
Allow categories to use other categories as conditions
[poefilter.git] / source / category.h
index da4c252bed5437b129064076f49d479b1f0afcc5..2fb30840321e35de03b4ebece9e933c282e4c754 100644 (file)
@@ -34,6 +34,8 @@ public:
        private:
                void and_();
 
+               void category(const std::string &);
+
                template<typename T>
                void condition(typename T::Type);