Dash:
[t2-trunk.git] / package / network / knetconf / hotfix-gcc4.1.patch
blob6b95d76313ef60dec3b432af6ce1f98ea3e67d58
2 Not a new checkout, because the upstream netconf exact-build migration is not yet finished.
4 --- ./gui/ppp_device.hh (revision 285)
5 +++ ./gui/ppp_device.hh (revision 286)
6 @@ -32,7 +32,7 @@
7 void selectionChanged (int item); // by ComboBox
9 private:
10 - void PPPDevice::SetPPPOE (bool value); // by refreshContent()
11 + void SetPPPOE (bool value); // by refreshContent()
12 void SwitchType (); // common stuff by selectionChanged / SetPPPOE
14 QString title;