diff options
-rw-r--r-- | base/plugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 43cbbe4ff7..bcca62ce1c 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -150,7 +150,7 @@ public: #ifndef DISABLE_AGI LINK_PLUGIN(AGI) #endif - #ifndef ' + #ifndef DISABLE_TOUCHE LINK_PLUGIN(TOUCHE) #endif |