diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llwindow/llwindow.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/llwindow/llwindow.cpp b/linden/indra/llwindow/llwindow.cpp index 890143d..f4ee8cc 100644 --- a/linden/indra/llwindow/llwindow.cpp +++ b/linden/indra/llwindow/llwindow.cpp | |||
@@ -203,6 +203,11 @@ BOOL LLWindowCallbacks::handleDeviceChange(LLWindow *window) | |||
203 | return FALSE; | 203 | return FALSE; |
204 | } | 204 | } |
205 | 205 | ||
206 | void LLWindowCallbacks::handlePingWatchdog(LLWindow *window, const char * msg) | ||
207 | { | ||
208 | |||
209 | } | ||
210 | |||
206 | S32 OSMessageBox(const std::string& text, const std::string& caption, U32 type) | 211 | S32 OSMessageBox(const std::string& text, const std::string& caption, U32 type) |
207 | { | 212 | { |
208 | // Properly hide the splash screen when displaying the message box | 213 | // Properly hide the splash screen when displaying the message box |