diff --git a/src/win32/i_main.cpp b/src/win32/i_main.cpp index 019b01e7e..a4e59da76 100644 --- a/src/win32/i_main.cpp +++ b/src/win32/i_main.cpp @@ -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);