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