aboutsummaryrefslogtreecommitdiff
path: root/lib/base/object.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-11-08 15:53:28 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-11-08 15:53:28 +0000
commitff008af237bba3e58012f637cbe8996f4450f031 (patch)
treeb5106244cdfc4c03622a9aebabd5b019f1916189 /lib/base/object.h
parent3f34d8c58420453e2158909cf7bf3730df6bf218 (diff)
downloadenigma2-ff008af237bba3e58012f637cbe8996f4450f031.tar.gz
enigma2-ff008af237bba3e58012f637cbe8996f4450f031.zip
add header for working memleak check
Diffstat (limited to 'lib/base/object.h')
-rw-r--r--lib/base/object.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/base/object.h b/lib/base/object.h
index 7f823223..ea08a771 100644
--- a/lib/base/object.h
+++ b/lib/base/object.h
@@ -7,9 +7,7 @@
//#define OBJECT_DEBUG
-#ifdef OBJECT_DEBUG
- #include <lib/base/eerror.h>
-#endif
+#include <lib/base/eerror.h>
typedef int RESULT;