all repos — fluxbox @ a5310fae340126b1e98a874067f5eec7ddd025be

custom fork of the fluxbox windowmanager

Add missing ``template <>`` befor ThemeItem<Font>::setDefaultValue.
grubert grubert
commit

a5310fae340126b1e98a874067f5eec7ddd025be

parent

a5f7e6f809492b67528744f2aa7ebb59c42738b5

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/FbTk/ThemeItems.ccsrc/FbTk/ThemeItems.cc

@@ -115,7 +115,7 @@ template <>

void ThemeItem<unsigned int>::load(const std::string *name, const std::string *altname) { } - +template <> void ThemeItem<Font>::setDefaultValue() { if (!m_value.load("fixed")) { cerr<<"ThemeItem<Font>: Warning! Failed to load default value 'fixed'"<<endl;