summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/Factory.h')
-rw-r--r--src/uscxml/plugins/Factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/plugins/Factory.h b/src/uscxml/plugins/Factory.h
index 48bfae8..0026df1 100644
--- a/src/uscxml/plugins/Factory.h
+++ b/src/uscxml/plugins/Factory.h
@@ -92,10 +92,10 @@ protected:
Factory(const std::string&);
~Factory();
- Factory* _parentFactory;
+ Factory* _parentFactory = NULL;
std::string _pluginPath;
- static Factory* _instance;
static std::string _defaultPluginPath;
+ static Factory* _instance;
};