Corrected comment (now member and returns nothing).

This commit is contained in:
Gregor Bollerhey 2014-01-12 04:42:47 +01:00 committed by Jan Sucan
parent f833ff71a5
commit 89dec4ff15

View file

@ -137,8 +137,8 @@ private:
void TrayWindow::pinByClassname(const std::vector<std::string> left,
const std::vector<std::string> right) {
// based on the parsed order list and a given window returns an
// ordinal used to sort the tray icons.
// based on the parsed order list and a given window sets m_order to
// an ordinal used to sort the tray icons.
auto deleter = [](XClassHint *x){if(x) XFree(x);};