From 87dcb0db6a00a6b94b22a88a4619d6e413f6b37d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Mon, 8 Aug 2022 16:45:45 +0300 Subject: [PATCH] picout --- 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 95c4151..79a5d9f 100644 --- a/libs/core/cdutils_m.cpp +++ b/libs/core/cdutils_m.cpp @@ -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); }