aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--linden/indra/llwindow/llwindowmacosx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llwindow/llwindowmacosx.cpp b/linden/indra/llwindow/llwindowmacosx.cpp
index ad99813..613d147 100644
--- a/linden/indra/llwindow/llwindowmacosx.cpp
+++ b/linden/indra/llwindow/llwindowmacosx.cpp
@@ -318,7 +318,7 @@ LLWindowMacOSX::LLWindowMacOSX(const std::string& title, const std::string& name
318 stop_glerror(); 318 stop_glerror();
319} 319}
320 320
321void LLWindowSDL::setWindowTitle(std::string &title) 321void LLWindowMacOSX::setWindowTitle(std::string &title)
322{ 322{
323 CFStringRef string = CFStringCreateWithCString(NULL, title.c_str(), kCFStringEncodingUTF8); 323 CFStringRef string = CFStringCreateWithCString(NULL, title.c_str(), kCFStringEncodingUTF8);
324 SetWindowTitleWithCFString(mWindow, string); 324 SetWindowTitleWithCFString(mWindow, string);