aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index a81d3f3d..66a7cfa3 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -593,7 +593,7 @@ struct ALCdevice_struct {
ALCenum LimiterState{ALC_DONT_CARE_SOFT};
- char *DeviceName{nullptr};
+ std::string DeviceName;
ATOMIC(ALCenum) LastError{ALC_NO_ERROR};