X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fresources.h;h=c12215c04eb9c72095a22f55b7f921e36ee03607;hp=8fb2185448b7d20c291b07e3560486a75660e779;hb=ed9873ba7ee862ad76937f579fe371c1a27d5715;hpb=2f1c7d6861c801e24a003ee5f6132032e04c9bbe diff --git a/source/resources.h b/source/resources.h index 8fb2185..c12215c 100644 --- a/source/resources.h +++ b/source/resources.h @@ -39,6 +39,7 @@ public: private: void default_font(const std::string &); void font(const std::string &); + void style(const std::string &); }; Resources();