X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpoefilter.h;h=302b153bc22d3ecb34d4cf3ca94dd46b87f714af;hb=HEAD;hp=666d0a60eb12912a031c2b66f401dd59100607ca;hpb=74086c211f082f6f47c3d038dd308a257a81e006;p=poefilter.git diff --git a/source/poefilter.h b/source/poefilter.h index 666d0a6..302b153 100644 --- a/source/poefilter.h +++ b/source/poefilter.h @@ -21,6 +21,7 @@ public: private: void category(const std::string &); void filter(const std::string &); + void import(const std::string &); void theme(); }; @@ -37,7 +38,7 @@ public: const Theme &get_theme() const { return theme; } const Category &get_category(const std::string &) const; - void find_categories(const Msp::Regex &, std::list &) const; + void find_categories(const Msp::Regex &, std::vector &) const; const Filter &get_filter(const std::string &) const; };