diff options
Diffstat (limited to 'cpp/src/Freeze/Application.cpp')
-rw-r--r-- | cpp/src/Freeze/Application.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Freeze/Application.cpp b/cpp/src/Freeze/Application.cpp index 06ca83de335..c3088794a2b 100644 --- a/cpp/src/Freeze/Application.cpp +++ b/cpp/src/Freeze/Application.cpp @@ -41,6 +41,7 @@ Freeze::Application::run(int argc, char* argv[]) cerr << appName() << ": " << ex << ": " << ex.message << endl; status = EXIT_FAILURE; } + // TODO: How does this compile? catch(const Exception& ex) { cerr << appName() << ": " << ex << endl; |