Add missing scope to a method definition

This commit is contained in:
Jan Sucan 2020-04-05 10:28:08 +02:00
parent d679deebda
commit 625a690067

View file

@ -135,7 +135,7 @@ private:
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.