aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/sdl2.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-03-30 15:37:41 -0700
committerChris Robinson <[email protected]>2020-03-30 15:37:41 -0700
commitf2ddf971df5cbbd112e0d677b0ea5bd6368051dc (patch)
tree8142af1d3cde52f61c30d88951aeff00cb3f2b39 /alc/backends/sdl2.h
parent167bdce48d1656569cf63448fc2328800288c38f (diff)
Return the enumerated device names from the backend
Rather than using an out parameter.
Diffstat (limited to 'alc/backends/sdl2.h')
-rw-r--r--alc/backends/sdl2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/sdl2.h b/alc/backends/sdl2.h
index 041d47ee..3c6d09bc 100644
--- a/alc/backends/sdl2.h
+++ b/alc/backends/sdl2.h
@@ -9,7 +9,7 @@ public:
bool querySupport(BackendType type) override;
- void probe(DevProbe type, std::string *outnames) override;
+ std::string probe(DevProbe type) override;
BackendPtr createBackend(ALCdevice *device, BackendType type) override;