aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/SystemTray.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SystemTray.cc b/src/SystemTray.cc
index 1953baa..8c42877 100644
--- a/src/SystemTray.cc
+++ b/src/SystemTray.cc
@@ -135,7 +135,7 @@ private:
135 bool m_xembedded; // using xembed protocol? (i.e. unmap when done) 135 bool m_xembedded; // using xembed protocol? (i.e. unmap when done)
136}; 136};
137 137
138void TrayWindow::pinByClassname(const std::vector<std::string> &left, 138void SystemTray::TrayWindow::pinByClassname(const std::vector<std::string> &left,
139 const std::vector<std::string> &right) { 139 const std::vector<std::string> &right) {
140 // based on the parsed order list and a given window sets m_order to 140 // based on the parsed order list and a given window sets m_order to
141 // an ordinal used to sort the tray icons. 141 // an ordinal used to sort the tray icons.