remove all std::nothrow and re-create namespace for objs and mgrs
This commit is contained in:
@ -149,7 +149,7 @@ namespace LibCmo::CK2 {
|
||||
|
||||
CKFileWriter::~CKFileWriter() {}
|
||||
|
||||
CKBOOL CKFileWriter::AddSavedObject(CKObject* obj, CKDWORD flags) {
|
||||
CKBOOL CKFileWriter::AddSavedObject(ObjImpls::CKObject* obj, CKDWORD flags) {
|
||||
return CKFALSE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user