summaryrefslogtreecommitdiff
path: root/src/FbTk/Theme.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-09-14 11:17:21 (GMT)
committerfluxgen <fluxgen>2003-09-14 11:17:21 (GMT)
commit7a20120bbcba2ff9ca1465bc8d9a9a94b19c3a05 (patch)
tree15a08be4ad919ebba68f7cd852d2149c6ac8e015 /src/FbTk/Theme.hh
parent6ecc78fb5c23472281b093a9ce62d397b99573b6 (diff)
downloadfluxbox_lack-7a20120bbcba2ff9ca1465bc8d9a9a94b19c3a05.zip
fluxbox_lack-7a20120bbcba2ff9ca1465bc8d9a9a94b19c3a05.tar.bz2
minor debug stuff
Diffstat (limited to 'src/FbTk/Theme.hh')
-rw-r--r--src/FbTk/Theme.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/Theme.hh b/src/FbTk/Theme.hh
index b939747..42064f8 100644
--- a/src/FbTk/Theme.hh
+++ b/src/FbTk/Theme.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Theme.hh,v 1.9 2003/08/28 23:05:29 fluxgen Exp $ 22// $Id: Theme.hh,v 1.10 2003/09/14 11:17:21 fluxgen Exp $
23 23
24/** 24/**
25 @file holds ThemeItem<T>, Theme and ThemeManager which is the base for any theme 25 @file holds ThemeItem<T>, Theme and ThemeManager which is the base for any theme
@@ -132,6 +132,7 @@ public:
132 132
133 bool verbose() const { return m_verbose; } 133 bool verbose() const { return m_verbose; }
134 void setVerbose(bool value) { m_verbose = value; } 134 void setVerbose(bool value) { m_verbose = value; }
135 // void listItems();
135private: 136private:
136 ThemeManager(); 137 ThemeManager();
137 ~ThemeManager() { } 138 ~ThemeManager() { }