Index: webrtc/voice_engine/include/voe_base.h |
diff --git a/webrtc/voice_engine/include/voe_base.h b/webrtc/voice_engine/include/voe_base.h |
index c82ad3dc3a6b19860c8ca0f08c5b460413ba7919..3d07fa78ff6361aaf65ba797e4884c5e50d9c6ea 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() {} |