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