diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/FbTk/ThemeItems.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/ThemeItems.cc b/src/FbTk/ThemeItems.cc index 749fc77..5fa6725 100644 --- a/src/FbTk/ThemeItems.cc +++ b/src/FbTk/ThemeItems.cc | |||
@@ -115,7 +115,7 @@ template <> | |||
115 | void ThemeItem<unsigned int>::load(const std::string *name, const std::string *altname) { | 115 | void ThemeItem<unsigned int>::load(const std::string *name, const std::string *altname) { |
116 | } | 116 | } |
117 | 117 | ||
118 | 118 | template <> | |
119 | void ThemeItem<Font>::setDefaultValue() { | 119 | void ThemeItem<Font>::setDefaultValue() { |
120 | if (!m_value.load("fixed")) { | 120 | if (!m_value.load("fixed")) { |
121 | cerr<<"ThemeItem<Font>: Warning! Failed to load default value 'fixed'"<<endl; | 121 | cerr<<"ThemeItem<Font>: Warning! Failed to load default value 'fixed'"<<endl; |