This commit is contained in:
Бычков Андрей
2022-08-08 16:45:45 +03:00
parent 556191d443
commit 87dcb0db6a

View File

@@ -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);
}