diff options
Diffstat (limited to 'linden/indra/newview/llvoiceclient.h')
-rw-r--r-- | linden/indra/newview/llvoiceclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoiceclient.h b/linden/indra/newview/llvoiceclient.h index f5c6d87..250f4cb 100644 --- a/linden/indra/newview/llvoiceclient.h +++ b/linden/indra/newview/llvoiceclient.h | |||
@@ -87,6 +87,7 @@ class LLVoiceClient: public LLSingleton<LLVoiceClient> | |||
87 | public: | 87 | public: |
88 | static void init(LLPumpIO *pump); // Call this once at application startup (creates connector) | 88 | static void init(LLPumpIO *pump); // Call this once at application startup (creates connector) |
89 | static void terminate(); // Call this to clean up during shutdown | 89 | static void terminate(); // Call this to clean up during shutdown |
90 | static bool needsVivoxLicense(); | ||
90 | 91 | ||
91 | protected: | 92 | protected: |
92 | bool writeString(const std::string &str); | 93 | bool writeString(const std::string &str); |