summaryrefslogtreecommitdiff
path: root/toolkit/mozapps/update/updater/progressui.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/mozapps/update/updater/progressui.h')
-rw-r--r--toolkit/mozapps/update/updater/progressui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/mozapps/update/updater/progressui.h b/toolkit/mozapps/update/updater/progressui.h
index 6dc20e06bc..5462815dee 100644
--- a/toolkit/mozapps/update/updater/progressui.h
+++ b/toolkit/mozapps/update/updater/progressui.h
@@ -24,6 +24,9 @@ int InitProgressUI(int *argc, NS_tchar ***argv);
// Called on the main thread at startup
int ShowProgressUI(bool indeterminate = false, bool initUIStrings = true);
int InitProgressUIStrings();
+#elif defined(XP_MACOSX)
+ // Called on the main thread at startup
+ int ShowProgressUI(bool indeterminate = false);
#else
// Called on the main thread at startup
int ShowProgressUI();