From 625a690067b694afcde1aee7181dbe6ee6877727 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sun, 5 Apr 2020 10:28:08 +0200 Subject: Add missing scope to a method definition --- src/SystemTray.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: bool m_xembedded; // using xembed protocol? (i.e. unmap when done) }; -void TrayWindow::pinByClassname(const std::vector &left, +void SystemTray::TrayWindow::pinByClassname(const std::vector &left, const std::vector &right) { // based on the parsed order list and a given window sets m_order to // an ordinal used to sort the tray icons. -- cgit v0.11.2