diff options
author | grubert <grubert> | 2005-06-28 13:43:02 (GMT) |
---|---|---|
committer | grubert <grubert> | 2005-06-28 13:43:02 (GMT) |
commit | a5310fae340126b1e98a874067f5eec7ddd025be (patch) | |
tree | 822adaa6bd5e479e2d1d1130b089c4d567654f97 | |
parent | a5f7e6f809492b67528744f2aa7ebb59c42738b5 (diff) | |
download | fluxbox_lack-a5310fae340126b1e98a874067f5eec7ddd025be.zip fluxbox_lack-a5310fae340126b1e98a874067f5eec7ddd025be.tar.bz2 |
Add missing ``template <>`` befor ThemeItem<Font>::setDefaultValue.
-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; |