X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcategory.h;h=2fb30840321e35de03b4ebece9e933c282e4c754;hb=8dcb2ed5219429c1c7d543c422a7471c18917f55;hp=dd47191e7bcd9d88a0aa59bceceb3e1e43bd52f7;hpb=0388bdcffe5c2c3e720afa9aa911268eac9c32de;p=poefilter.git diff --git a/source/category.h b/source/category.h index dd47191..2fb3084 100644 --- a/source/category.h +++ b/source/category.h @@ -34,6 +34,8 @@ public: private: void and_(); + void category(const std::string &); + template 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();