mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Changed: #1206 code cleanup.
This commit is contained in:
parent
daf4f37b79
commit
1a4a78fc1e
2 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ namespace NLQT
|
||||||
CPluginSpec::CPluginSpec():
|
CPluginSpec::CPluginSpec():
|
||||||
_state(State::Invalid),
|
_state(State::Invalid),
|
||||||
_hasError(false),
|
_hasError(false),
|
||||||
_plugin(NULL)
|
_plugin(NULL),
|
||||||
|
_pluginManager(NULL)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue