mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compilation
This commit is contained in:
parent
7fc2edd38e
commit
ef33828f1c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class IStep;
|
|||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
CSmartPtr<NLMISC::CApplicationContext> appContext(new NLMISC::CApplicationContext());
|
||||
NLMISC::CApplicationContext appContext;
|
||||
|
||||
CPath::addSearchPath("L:\\primitives\\", true, false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue