all repos — fluxbox @ 625a690067b694afcde1aee7181dbe6ee6877727

custom fork of the fluxbox windowmanager

Add missing scope to a method definition
Jan Sucan jan@jansucan.com
commit

625a690067b694afcde1aee7181dbe6ee6877727

parent

d679deebda429e0c7dbc63d61cb3b66f78627541

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/SystemTray.ccsrc/SystemTray.cc

@@ -135,7 +135,7 @@ bool m_visible;

bool m_xembedded; // using xembed protocol? (i.e. unmap when done) }; -void TrayWindow::pinByClassname(const std::vector<std::string> &left, +void SystemTray::TrayWindow::pinByClassname(const std::vector<std::string> &left, const std::vector<std::string> &right) { // based on the parsed order list and a given window sets m_order to // an ordinal used to sort the tray icons.