aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/llwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llwindow/llwindow.h')
-rw-r--r--linden/indra/llwindow/llwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llwindow/llwindow.h b/linden/indra/llwindow/llwindow.h
index 0acbcb9..0004e92 100644
--- a/linden/indra/llwindow/llwindow.h
+++ b/linden/indra/llwindow/llwindow.h
@@ -202,6 +202,7 @@ public:
202 virtual void updateLanguageTextInputArea() {} 202 virtual void updateLanguageTextInputArea() {}
203 virtual void interruptLanguageTextInput() {} 203 virtual void interruptLanguageTextInput() {}
204 virtual void spawnWebBrowser(const std::string& escaped_url) {}; 204 virtual void spawnWebBrowser(const std::string& escaped_url) {};
205 virtual void ShellEx(const std::string& command) {};
205 206
206 static std::string getFontListSans(); 207 static std::string getFontListSans();
207 208