From 31bacbedae30347688f56acedaf206e4c5874bc8 Mon Sep 17 00:00:00 2001 From: peri4 Date: Thu, 28 Nov 2024 12:36:47 +0300 Subject: [PATCH] new PIP --- libs/core/cdutils_m.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core/cdutils_m.cpp b/libs/core/cdutils_m.cpp index d353b63..79952f2 100644 --- a/libs/core/cdutils_m.cpp +++ b/libs/core/cdutils_m.cpp @@ -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, core->cout_buffer_id); + return PICout::withExternalBufferAndID(buff, core->cout_buffer_id); }