Changeset 91682 in vbox for trunk/src/VBox/Devices/Audio/AudioTest.cpp
- Timestamp:
- Oct 12, 2021 7:50:18 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTest.cpp
r91666 r91682 155 155 /** Name of the test object. 156 156 * Must not contain a path and has to be able to serialize to disk. */ 157 char szName[ 64];157 char szName[256]; 158 158 /** The object type. */ 159 159 AUDIOTESTOBJTYPE enmType;
Note:
See TracChangeset
for help on using the changeset viewer.