Index: src/IceBrowserCompileServer.h |
diff --git a/src/IceBrowserCompileServer.h b/src/IceBrowserCompileServer.h |
index 79ab4c084e66e64402e18c8e80d6903b7aed763d..217ad9ed836afa917ac724fca5c82eee1d9c505b 100644 |
--- a/src/IceBrowserCompileServer.h |
+++ b/src/IceBrowserCompileServer.h |
@@ -50,7 +50,8 @@ public: |
ErrorCode &getErrorCode() final; |
/// Parse and set up the flags for compile jobs. |
- void getParsedFlags(uint32_t NumThreads, int argc, char **argv); |
+ void getParsedFlags(bool UseNumThreadsFromBrowser, uint32_t NumThreads, |
+ int argc, const char *const *argv); |
/// Creates the streams + context and starts the compile thread, handing off |
/// the streams + context. |