diff options
author | markt <markt> | 2006-08-13 00:39:46 (GMT) |
---|---|---|
committer | markt <markt> | 2006-08-13 00:39:46 (GMT) |
commit | f3ab9e6b131fe2fb5cac4bcdbde8dbb9df51fff2 (patch) | |
tree | a8f805f42c510ae48553a74d59ecf183c0178c43 | |
parent | 1ef653cd9333aabcdecb4e69b3797edb46bf0d42 (diff) | |
download | fluxbox_pavel-f3ab9e6b131fe2fb5cac4bcdbde8dbb9df51fff2.zip fluxbox_pavel-f3ab9e6b131fe2fb5cac4bcdbde8dbb9df51fff2.tar.bz2 |
silly warnings
-rw-r--r-- | src/RootTheme.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RootTheme.hh b/src/RootTheme.hh index 7c1f8b5..24e9d36 100644 --- a/src/RootTheme.hh +++ b/src/RootTheme.hh | |||
@@ -68,8 +68,8 @@ private: | |||
68 | FbTk::GContext m_opgc; | 68 | FbTk::GContext m_opgc; |
69 | const std::string &m_root_command; | 69 | const std::string &m_root_command; |
70 | FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture | 70 | FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture |
71 | bool m_background_loaded; ///< whether or not the background is present in the style file | ||
72 | bool m_already_set; | 71 | bool m_already_set; |
72 | bool m_background_loaded; ///< whether or not the background is present in the style file | ||
73 | 73 | ||
74 | }; | 74 | }; |
75 | 75 | ||