Return a const reference rather than a copy.

This commit is contained in:
Steve Checkoway
2006-01-19 08:20:41 +00:00
parent 80532a1ef8
commit a123e5bc76
10 changed files with 12 additions and 14 deletions
@@ -281,9 +281,7 @@ void LowLevelWindow_Win32::Update()
VideoModeParams LowLevelWindow_Win32::GetActualVideoModeParams() const
{
VideoModeParams p;
GraphicsWindow::GetParams( p );
return p;
return GraphcsWindow::GetParams();
}
/*