diff options
Diffstat (limited to 'src/ToolTheme.cc')
-rw-r--r-- | src/ToolTheme.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolTheme.cc b/src/ToolTheme.cc index 2432655..4cfb991 100644 --- a/src/ToolTheme.cc +++ b/src/ToolTheme.cc | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | ToolTheme::ToolTheme(int screen_num, const std::string &name, const std::string &altname): | 27 | ToolTheme::ToolTheme(int screen_num, const std::string &name, const std::string &altname): |
28 | FbTk::Theme(screen_num), | 28 | FbTk::Theme(screen_num), |
29 | TextTheme(*this, name, altname), | 29 | FbTk::TextTheme(*this, name, altname), |
30 | m_texture(*this, name, altname), | 30 | m_texture(*this, name, altname), |
31 | m_border(*this, name, altname), | 31 | m_border(*this, name, altname), |
32 | m_alpha(255) { | 32 | m_alpha(255) { |