Skip to content

Commit

Permalink
SoundManagerConfig: make constructor explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Oct 1, 2019
1 parent a2fcea2 commit 047a088
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 @@ -31,7 +31,7 @@ class SoundManager;

class SoundManagerConfig {
public:
SoundManagerConfig(SoundManager* pSoundManager);
explicit SoundManagerConfig(SoundManager* pSoundManager);

enum Defaults {
API = (1 << 0),
Expand Down

0 comments on commit 047a088

Please sign in to comment.