summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/io_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Concept/Framework/io_module.h')
-rw-r--r--source/Concept/Framework/io_module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Concept/Framework/io_module.h b/source/Concept/Framework/io_module.h
index af5d611..f1fecd3 100644
--- a/source/Concept/Framework/io_module.h
+++ b/source/Concept/Framework/io_module.h
@@ -11,6 +11,7 @@ public:
IO_Module()
{
this->parent = NULL;
+ this->moduleId = 0;
}
IO_Module(uint32 moduleId)