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

This commit is contained in:
grubert 2005-06-28 13:43:02 +00:00
parent a5f7e6f809
commit a5310fae34

View file

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