aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index 1680f5c..21c8078 100644
--- a/src/IconbarTool.hh
+++ b/src/IconbarTool.hh
@@ -108,7 +108,7 @@ private:
108 108
109 FbTk::SignalTracker m_tracker; 109 FbTk::SignalTracker m_tracker;
110 110
111 std::auto_ptr<FocusableList> m_winlist; 111 std::unique_ptr<FocusableList> m_winlist;
112 IconMap m_icons; 112 IconMap m_icons;
113 std::string m_mode; 113 std::string m_mode;
114 FbTk::Resource<std::string> m_rc_mode; 114 FbTk::Resource<std::string> m_rc_mode;