diff options
Diffstat (limited to '')
-rw-r--r-- | source/cPlugin.cpp | 1 |
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 )
{
}
|