diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-26 19:31:43 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-26 19:31:43 +0000 |
commit | 3694d1ceec21859940c5ef0b119ce45aeb16e83c (patch) | |
tree | 67ed1eb2cbacfd26e6ec7e32230f594ce330eb2e /protocols/Tox/src/tox_options.h | |
parent | 3d93d7a506072220e5386071826f1079bdacffa5 (diff) |
Tox: attempt to fix options issues
git-svn-id: http://svn.miranda-ng.org/main/trunk@13175 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_options.h')
-rw-r--r-- | protocols/Tox/src/tox_options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_options.h b/protocols/Tox/src/tox_options.h index 44f4318d96..902bc49254 100644 --- a/protocols/Tox/src/tox_options.h +++ b/protocols/Tox/src/tox_options.h @@ -53,6 +53,8 @@ private: CCtrlCombo m_audioInput;
CCtrlCombo m_audioOutput;
+ static bool GetDeviceFullName(GUID guid, TCHAR *deviceName, DWORD deviceNameLength);
+
protected:
void OnInitDialog();
void OnApply();
|