Skip to content

Commit

Permalink
SoundManagerConfig: Add definition for default ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Jan 15, 2022
1 parent 94beac6 commit 419e2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soundio/soundmanagerconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class SoundManagerConfig {
static const int kDefaultAudioBufferSizeIndex;
static const int kDefaultSyncBuffers;

SoundManagerConfig();
SoundManagerConfig() = default;
~SoundManagerConfig();

bool readFromDisk();
Expand Down

0 comments on commit 419e2e0

Please sign in to comment.