minor fix: forgot template above function
This commit is contained in:
parent
b4acdee01e
commit
7de6a40c46
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ void FbTk::Resource<FbTk::MenuTheme::MenuMode>::setFromString(const char *str) {
|
||||||
setDefaultValue();
|
setDefaultValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
template <>
|
||||||
std::string FbTk::Resource<BScreen::ResizeModel>::getString() const {
|
std::string FbTk::Resource<BScreen::ResizeModel>::getString() const {
|
||||||
switch (m_value) {
|
switch (m_value) {
|
||||||
case BScreen::QUADRANTRESIZE:
|
case BScreen::QUADRANTRESIZE:
|
||||||
|
|
Loading…
Reference in a new issue