From a5310fae340126b1e98a874067f5eec7ddd025be Mon Sep 17 00:00:00 2001 From: grubert Date: Tue, 28 Jun 2005 13:43:02 +0000 Subject: Add missing ``template <>`` befor ThemeItem::setDefaultValue. --- src/FbTk/ThemeItems.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <> void ThemeItem::load(const std::string *name, const std::string *altname) { } - +template <> void ThemeItem::setDefaultValue() { if (!m_value.load("fixed")) { cerr<<"ThemeItem: Warning! Failed to load default value 'fixed'"<