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