summaryrefslogtreecommitdiff
path: root/ui/settingsDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/settingsDialog.h')
-rw-r--r--ui/settingsDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/settingsDialog.h b/ui/settingsDialog.h
index 0864cf92..15d880f4 100644
--- a/ui/settingsDialog.h
+++ b/ui/settingsDialog.h
@@ -137,7 +137,7 @@ private:
void removeAddFolderPair(const int pos);
void clearAddFolderPairs();
-void updateGuiForFolderPair();
+ void updateGuiForFolderPair();
FreeFileSync::CompareVariant getCurrentCompareVar() const;
bgstack15