diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index b819636..5ce37ab 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.64 2003/07/04 01:03:41 rathnor Exp $ | 25 | // $Id: fluxbox.hh,v 1.65 2003/07/18 15:40:55 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -224,7 +224,7 @@ private: | |||
224 | 224 | ||
225 | std::auto_ptr<FbAtoms> m_fbatoms; | 225 | std::auto_ptr<FbAtoms> m_fbatoms; |
226 | 226 | ||
227 | FbTk::ResourceManager m_resourcemanager, m_screen_rm; | 227 | FbTk::ResourceManager m_resourcemanager, &m_screen_rm; |
228 | 228 | ||
229 | //--- Resources | 229 | //--- Resources |
230 | FbTk::Resource<bool> m_rc_tabs, m_rc_ignoreborder; | 230 | FbTk::Resource<bool> m_rc_tabs, m_rc_ignoreborder; |