diff options
Diffstat (limited to 'src/FbTk/Theme.hh')
-rw-r--r-- | src/FbTk/Theme.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/Theme.hh b/src/FbTk/Theme.hh index 70b782a..df2cea7 100644 --- a/src/FbTk/Theme.hh +++ b/src/FbTk/Theme.hh | |||
@@ -68,11 +68,11 @@ public: | |||
68 | /// specialized | 68 | /// specialized |
69 | void setDefaultValue(); | 69 | void setDefaultValue(); |
70 | /// specialized | 70 | /// specialized |
71 | void setFromString(const char *strval); | 71 | virtual void setFromString(const char *strval); |
72 | /// specialized | 72 | /// specialized |
73 | // name and altname may be different to the primary ones (e.g. from fallback) | 73 | // name and altname may be different to the primary ones (e.g. from fallback) |
74 | // if they are null, then the original name is used | 74 | // if they are null, then the original name is used |
75 | void load(const std::string *name = 0, const std::string *altname = 0); | 75 | virtual void load(const std::string *name = 0, const std::string *altname = 0); |
76 | /** | 76 | /** |
77 | @name access operators | 77 | @name access operators |
78 | */ | 78 | */ |