aboutsummaryrefslogtreecommitdiff
path: root/webrtc/voice_engine/include/voe_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/voice_engine/include/voe_base.h')
-rw-r--r--webrtc/voice_engine/include/voe_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webrtc/voice_engine/include/voe_base.h b/webrtc/voice_engine/include/voe_base.h
index c82ad3dc3a..3d07fa78ff 100644
--- a/webrtc/voice_engine/include/voe_base.h
+++ b/webrtc/voice_engine/include/voe_base.h
@@ -87,6 +87,8 @@ class WEBRTC_DLLEXPORT VoiceEngine {
static int SetAndroidObjects(void* javaVM, void* context);
#endif
+ static std::string GetVersionString();
+
protected:
VoiceEngine() {}
~VoiceEngine() {}