summaryrefslogtreecommitdiffstats
path: root/source/cPlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cPlugin.cpp')
-rw-r--r--source/cPlugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cPlugin.cpp b/source/cPlugin.cpp
index 2cbba40a0..51c67f2be 100644
--- a/source/cPlugin.cpp
+++ b/source/cPlugin.cpp
@@ -10,6 +10,7 @@
cPlugin::cPlugin()
: m_Version( 0 )
, m_Language( E_CPP )
+ , m_bCanBindCommands( false )
{
}