LAB: Remove a couple of useless calls to c_Str()
This commit is contained in:
parent
cff1f99b26
commit
2edd0c5142
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ bool LabEngine::doCloseUp(CloseDataPtr closePtr) {
|
|||
case kMonitorMuseum:
|
||||
case kMonitorLibrary:
|
||||
case kMonitorWindow:
|
||||
doMonitor(closePtr->_graphicName.c_str(), closePtr->_message.c_str(), false, textRect);
|
||||
doMonitor(closePtr->_graphicName, closePtr->_message, false, textRect);
|
||||
break;
|
||||
case kMonitorGramophone:
|
||||
textRect.right = 171;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue