aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert>2005-06-28 13:43:02 (GMT)
committergrubert <grubert>2005-06-28 13:43:02 (GMT)
commita5310fae340126b1e98a874067f5eec7ddd025be (patch)
tree822adaa6bd5e479e2d1d1130b089c4d567654f97
parenta5f7e6f809492b67528744f2aa7ebb59c42738b5 (diff)
downloadfluxbox_pavel-a5310fae340126b1e98a874067f5eec7ddd025be.zip
fluxbox_pavel-a5310fae340126b1e98a874067f5eec7ddd025be.tar.bz2
Add missing ``template <>`` befor ThemeItem<Font>::setDefaultValue.
-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;