aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/oss.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-04-24 09:03:14 -0700
committerChris Robinson <[email protected]>2021-04-24 09:03:14 -0700
commit581174ef98e92de89244412ddc94ae93d172e69c (patch)
tree4c818d345ed460a2656bff8ce9355e36c6e3ba26 /alc/backends/oss.h
parentb54bb388a3dbd92518beef4bda03df5854aad1a9 (diff)
Use the DeviceBase for the backend
Diffstat (limited to 'alc/backends/oss.h')
-rw-r--r--alc/backends/oss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/oss.h b/alc/backends/oss.h
index dd92efc3..798da456 100644
--- a/alc/backends/oss.h
+++ b/alc/backends/oss.h
@@ -11,7 +11,7 @@ public:
std::string probe(BackendType type) override;
- BackendPtr createBackend(ALCdevice *device, BackendType type) override;
+ BackendPtr createBackend(DeviceBase *device, BackendType type) override;
static BackendFactory &getFactory();
};