From d0f2c4fcf79222d5c6f3c17188a811b0a47833c6 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 17 Jul 2013 20:58:58 +0200 Subject: - now avoids a few unnecessary copy operations during generation of the directory structure - bugfix: circular dependency caused a memory leak - bugfix: removing a single mod lead to the wrong mod being deleted --- src/directoryrefresher.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/directoryrefresher.h') diff --git a/src/directoryrefresher.h b/src/directoryrefresher.h index 5b785b2f..a6c8f00b 100644 --- a/src/directoryrefresher.h +++ b/src/directoryrefresher.h @@ -21,10 +21,10 @@ along with Mod Organizer. If not, see . #define DIRECTORYREFRESHER_H #include -#include #include #include #include +#include /** @@ -43,6 +43,8 @@ public: **/ DirectoryRefresher(); + ~DirectoryRefresher(); + /** * @brief retrieve the updated directory structure * -- cgit v1.3.1