Skip to content

Commit

Permalink
fix nmcnetworksettings
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Oct 30, 2024
1 parent 523f2b3 commit e3177fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/nmcgui/nmcnetworksettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

namespace OCC {

NMCNetworkSettings::NMCNetworkSettings(AccountPtr &account, QWidget *parent)
NMCNetworkSettings::NMCNetworkSettings(const AccountPtr &account, QWidget *parent)
: NetworkSettings(account, parent)
{
setLayout();
Expand Down

0 comments on commit e3177fe

Please sign in to comment.