Changed: #1206 code cleanup.

This commit is contained in:
dnk-88 2010-11-29 19:27:48 +02:00
parent a684a2878d
commit 367fd56d2e
2 changed files with 2 additions and 1 deletions

View file

@ -33,7 +33,8 @@ namespace NLQT
CPluginSpec::CPluginSpec():
_state(State::Invalid),
_hasError(false),
_plugin(NULL)
_plugin(NULL),
_pluginManager(NULL)
{
}