migrate to PIP v4.1

This commit is contained in:
2024-10-22 09:59:56 +03:00
parent b6898b96f7
commit 0c36565aec
4 changed files with 12 additions and 2 deletions

View File

@@ -19,5 +19,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::withExternalBuffer(buff, 1);
return PICout::withExternalBuffer(buff, core->cout_buffer_id);
}