aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/SystemTray.hh')
-rw-r--r--src/SystemTray.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SystemTray.hh b/src/SystemTray.hh
index 470f9b9..16e703e 100644
--- a/src/SystemTray.hh
+++ b/src/SystemTray.hh
@@ -106,7 +106,7 @@ private:
106 BScreen& m_screen; 106 BScreen& m_screen;
107 Pixmap m_pixmap; 107 Pixmap m_pixmap;
108 108
109 std::auto_ptr<AtomHandler> m_handler; 109 std::unique_ptr<AtomHandler> m_handler;
110 110
111 ClientList m_clients; 111 ClientList m_clients;
112 size_t m_num_visible_clients; 112 size_t m_num_visible_clients;