diff options
Diffstat (limited to 'alc/backends/base.h')
-rw-r--r-- | alc/backends/base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/base.h b/alc/backends/base.h index 6f0c773d..764fb3f4 100644 --- a/alc/backends/base.h +++ b/alc/backends/base.h @@ -66,7 +66,7 @@ struct BackendFactory { virtual bool querySupport(BackendType type) = 0; - virtual void probe(DevProbe type, std::string *outnames) = 0; + virtual std::string probe(DevProbe type) = 0; virtual BackendPtr createBackend(ALCdevice *device, BackendType type) = 0; |