mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
CIOWin: Make Draw() non-const
Allows removing several const_cast usages within the codebase.
This commit is contained in:
@@ -9,7 +9,7 @@ CIOWin::EMessageReturn CConsoleOutputWindow::OnMessage(const CArchitectureMessag
|
||||
return EMessageReturn::Normal;
|
||||
}
|
||||
|
||||
void CConsoleOutputWindow::Draw() const {
|
||||
void CConsoleOutputWindow::Draw() {
|
||||
//SCOPED_GRAPHICS_DEBUG_GROUP("CConsoleOutputWindow::Draw", zeus::skGreen);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user