summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Factory.h')
-rw-r--r--src/uscxml/Factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/Factory.h b/src/uscxml/Factory.h
index 83b8433..a0569bb 100644
--- a/src/uscxml/Factory.h
+++ b/src/uscxml/Factory.h
@@ -454,7 +454,7 @@ public:
std::map<std::string, IOProcessorImpl*> getIOProcessors();
void listComponents();
-
+
static Factory* getInstance();
static void setDefaultPluginPath(const std::string& path);
@@ -474,7 +474,7 @@ protected:
#endif
void registerPlugins();
-
+
Factory(const std::string&);
~Factory();
Factory* _parentFactory;