diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.cpp b/test/main.cpp index 93652102..dfe37c2c 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -16,7 +16,7 @@ test_app::test_app(const Arguments& arguments): test_app::~test_app() { - loader_::destroy(); + loader.destroy(); } int test_app::exec() |