committing unsaved changes

This commit is contained in:
Rachael Alexanderson 2017-11-02 07:28:22 -04:00
parent d313ef4b61
commit 613cb7728a

View file

@ -1362,7 +1362,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE nothing, LPSTR cmdline, int n
}
// each platform has its own specific version of this function.
void I_SetWindowTitle(const char* caption)
void DFrameBuffer::I_SetWindowTitle(const char* caption)
{
if (caption)
SetWindowText(Window, (LPCTSTR)caption);