aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 20b25fb..c25939d 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -127,7 +127,8 @@ public:
127 FbTk::IntResource &getTabsPaddingResource() { return m_rc_tabs_padding; } 127 FbTk::IntResource &getTabsPaddingResource() { return m_rc_tabs_padding; }
128 128
129 129
130 time_t getAutoRaiseDelay() const { return *m_rc_auto_raise_delay; } 130 FbTk::Resource<time_t, FbTk::IntTraits<time_t> > &
131 getAutoRaiseDelayResource() { return m_rc_auto_raise_delay; }
131 132
132 FbTk::UIntResource &getCacheLifeResource() { return m_rc_cache_life; } 133 FbTk::UIntResource &getCacheLifeResource() { return m_rc_cache_life; }
133 FbTk::UIntResource &getCacheMaxResource() { return m_rc_cache_max; } 134 FbTk::UIntResource &getCacheMaxResource() { return m_rc_cache_max; }