aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/bfc/node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Wasabi/bfc/node.cpp')
-rw-r--r--Src/Wasabi/bfc/node.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Src/Wasabi/bfc/node.cpp b/Src/Wasabi/bfc/node.cpp
new file mode 100644
index 00000000..b80be157
--- /dev/null
+++ b/Src/Wasabi/bfc/node.cpp
@@ -0,0 +1,8 @@
+#include "precomp_wasabi_bfc.h"
+#include "node.h"
+
+// In debug mode, the node baseclass will keep track of the count
+// of all nodes created, to help detect leakage of nodes.
+#ifdef _DEBUG
+int Node::count = 0;
+#endif//_DEBUG