summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/profile/profiledata.h
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/profile/profiledata.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/profile/profiledata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/networksettings2/profile/profiledata.h b/noncore/settings/networksettings2/profile/profiledata.h
index 2f7060d..376b393 100644
--- a/noncore/settings/networksettings2/profile/profiledata.h
+++ b/noncore/settings/networksettings2/profile/profiledata.h
@@ -10,6 +10,6 @@ public :
10 // if started up automatically, ask user for confirmation 10 // if started up automatically, ask user for confirmation
11 bool Confirm; 11 bool Confirm;
12 // Do not bring this networkSetup up 12 // bring this networkSetup up
13 bool Disabled; 13 bool Enabled;
14 bool TriggerVPN; 14 bool TriggerVPN;
15} ; 15} ;