diff options
Diffstat (limited to 'base')
| -rw-r--r-- | base/plugins.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 8738fbe26f..bcca62ce1c 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -150,6 +150,9 @@ public: #ifndef DISABLE_AGI LINK_PLUGIN(AGI) #endif + #ifndef DISABLE_TOUCHE + LINK_PLUGIN(TOUCHE) + #endif return pl; } @@ -181,7 +184,7 @@ PluginManager::~PluginManager() { delete *pp; } } - + void PluginManager::addPluginProvider(PluginProvider *pp) { _providers.push_back(pp); } |
