Compare commits
1 Commits
a3e88f792d
...
31bacbedae
| Author | SHA1 | Date | |
|---|---|---|---|
| 31bacbedae |
@@ -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