aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/FbTk/ThemeItems.cc2
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 <>
115void ThemeItem<unsigned int>::load(const std::string *name, const std::string *altname) { 115void ThemeItem<unsigned int>::load(const std::string *name, const std::string *altname) {
116} 116}
117 117
118 118template <>
119void ThemeItem<Font>::setDefaultValue() { 119void 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;