diff options
Diffstat (limited to 'cpp/include/Ice/Application.h')
-rw-r--r-- | cpp/include/Ice/Application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Application.h b/cpp/include/Ice/Application.h index 6254777eebd..10ab0d02f1c 100644 --- a/cpp/include/Ice/Application.h +++ b/cpp/include/Ice/Application.h @@ -30,7 +30,7 @@ public: // are printed if exceptions propagate to main(), and the // Communicator is always destroyed, regardless of exceptions. // - int main(int, char*[], const char* = 0); + int main(int, char*[], const char* = 0, const Ice::LoggerPtr& = 0); virtual int run(int, char*[]) = 0; // |