silly warnings

This commit is contained in:
markt 2006-08-13 00:39:46 +00:00
parent 1ef653cd93
commit f3ab9e6b13

View file

@ -68,8 +68,8 @@ private:
FbTk::GContext m_opgc; FbTk::GContext m_opgc;
const std::string &m_root_command; const std::string &m_root_command;
FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture
bool m_background_loaded; ///< whether or not the background is present in the style file
bool m_already_set; bool m_already_set;
bool m_background_loaded; ///< whether or not the background is present in the style file
}; };