Audio/OpenAL: Adjust return type of QueryInputDevices and QueryOutputDevices

Former-commit-id: 5f2a07a73bc8903662139067ce0b484c9af86353
This commit is contained in:
Lynix
2016-02-01 13:24:49 +01:00
parent 47b8aa1f4e
commit 25a767290b
2 changed files with 7 additions and 7 deletions

View File

@@ -73,8 +73,8 @@ namespace Nz
static bool IsInitialized();
static unsigned int QueryInputDevices(std::vector<String>& devices);
static unsigned int QueryOutputDevices(std::vector<String>& devices);
static std::size_t QueryInputDevices(std::vector<String>& devices);
static std::size_t QueryOutputDevices(std::vector<String>& devices);
static bool SetDevice(const String& deviceName);