picout
This commit is contained in:
@@ -18,5 +18,5 @@ void MInterface::messageBox(const CDType & m, const PIString & msg) {
|
||||
|
||||
PICout MInterface::createPICout(const CDType & m) const {
|
||||
PIString * buff = new PIString("[" + CDCore::pathToString(m.path()) + "]");
|
||||
return PICout(buff, 1);
|
||||
return PICout::withExternalBuffer(buff, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user