Add missing `template <>
` befor ThemeItem<Font>::setDefaultValue.
This commit is contained in:
parent
a5f7e6f809
commit
a5310fae34
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue