Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107526 | Differences between
and this patch

Collapse All | Expand All

(-)slim-1.2.5/switchuser.cpp.orig (-2 / +2 lines)
Lines 14-21 Link Here
14
using namespace std;
14
using namespace std;
15
15
16
SwitchUser::SwitchUser(struct passwd *pw, Cfg *c, const string& display)
16
SwitchUser::SwitchUser(struct passwd *pw, Cfg *c, const string& display)
17
    : Pw(pw),
17
    : cfg(c),
18
      cfg(c),
18
      Pw(pw),
19
      displayName(display)
19
      displayName(display)
20
{
20
{
21
}
21
}

Return to bug 107526