From a27e333852a2be8f0a97ce4f6fbf5beedf99f7bb Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Tue, 27 Nov 2018 08:58:45 +0100 Subject: [PATCH] Missing ExceptionProducer init for RestoreError --- src/App/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 4b1a8c75b5..c169cf7caf 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -1453,7 +1453,6 @@ void Application::initTypes(void) new ExceptionProducer; new ExceptionProducer; new ExceptionProducer; - new ExceptionProducer; new ExceptionProducer; new ExceptionProducer; new ExceptionProducer; @@ -1474,6 +1473,7 @@ void Application::initTypes(void) new ExceptionProducer; new ExceptionProducer; new ExceptionProducer; + new ExceptionProducer; } void Application::initConfig(int argc, char ** argv)