diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llwindow/llwindowheadless.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llwindow/llwindowheadless.cpp b/linden/indra/llwindow/llwindowheadless.cpp index 441b4e9..c8f0c5c 100644 --- a/linden/indra/llwindow/llwindowheadless.cpp +++ b/linden/indra/llwindow/llwindowheadless.cpp | |||
@@ -37,7 +37,7 @@ | |||
37 | // | 37 | // |
38 | // LLWindowHeadless | 38 | // LLWindowHeadless |
39 | // | 39 | // |
40 | LLWindowHeadless::LLWindowHeadless(char *title, char *name, S32 x, S32 y, S32 width, S32 height, | 40 | LLWindowHeadless::LLWindowHeadless(const std::string& title, const std::string& name, S32 x, S32 y, S32 width, S32 height, |
41 | U32 flags, BOOL fullscreen, BOOL clearBg, | 41 | U32 flags, BOOL fullscreen, BOOL clearBg, |
42 | BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth) | 42 | BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth) |
43 | : LLWindow(fullscreen, flags) | 43 | : LLWindow(fullscreen, flags) |