]> git.tdb.fi Git - poefilter.git/blobdiff - source/theme.h
Associate categories and appearances at filter level
[poefilter.git] / source / theme.h
index 2799c6b040bd15a253519a72ba068282e3b1e2bd..43584a2a0d28ce3c49097a0a789b318c020add61 100644 (file)
@@ -39,6 +39,7 @@ public:
 
        void set_appearance(const std::string &, const Appearance &);
        const Appearance &get_appearance(const std::string &) const;
+       const Appearance *find_appearance(const std::string &) const;
 };
 
 #endif