From 613cb7728a77df4c4e57b65a12d0b22af8414673 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Thu, 2 Nov 2017 07:28:22 -0400 Subject: [PATCH] committing unsaved changes --- src/win32/i_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);