X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fmain.cxx;h=ccb2c52951ccd9639866f507f7c064c954ada0bd;hp=24ddf7a2ad24aca695601d0d6b8d0906b4a5350e;hb=2dc8e8cdaf2e8f767dfd3c0e9e3d107d1f3f4108;hpb=9d118e5302db0c9aefe6b0e662795aef6f7b71a1 diff --git a/src/main.cxx b/src/main.cxx index 24ddf7a..ccb2c52 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -17,6 +17,7 @@ #include "gui/Mainwindow.hxx" #include "core/InformationManager.hxx" +#include "core/Settings.hxx" #include "disassembler/llvm/LLVMDisassembler.hxx" #include "Config.hxx" @@ -67,6 +68,7 @@ int main(int argc, char** argv) #endif log4cxx::Logger::getRootLogger()->setLevel(level); + Settings settings; InformationManager iman; LOG4CXX_DEBUG(_logger, "Initializing LLVM");