summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewerwin32.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llappviewerwin32.h')
-rw-r--r--indra/newview/llappviewerwin32.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llappviewerwin32.h b/indra/newview/llappviewerwin32.h
index d8a79a8b7a..5f26a18263 100644
--- a/indra/newview/llappviewerwin32.h
+++ b/indra/newview/llappviewerwin32.h
@@ -56,8 +56,12 @@ protected:
virtual void handleCrashReporting();
virtual void handleSyncCrashTrace();
+ virtual bool sendURLToOtherInstance(const std::string& url);
+
std::string generateSerialNumber();
+ static const std::string sWindowClass;
+
private:
void disableWinErrorReporting();