Converted .ive plugin from using C++ exceptions to using a local equivelant, enabling the build on embedded systems.
This commit is contained in:
@@ -84,6 +84,6 @@ void Object::read(DataInputStream* in){
|
||||
|
||||
}
|
||||
else{
|
||||
throw Exception("Object::read(): Expected Object identification");
|
||||
in_THROW_EXCEPTION("Object::read(): Expected Object identification");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user