Made some 1 argument constructors explicit
This commit is contained in:
parent
ac45dc9cba
commit
74f9388f31
4 changed files with 4 additions and 4 deletions
|
@ -58,7 +58,7 @@ public :
|
|||
/// \param buffer Sound buffer containing the audio data to play with the sound
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
Sound(const SoundBuffer& buffer);
|
||||
explicit Sound(const SoundBuffer& buffer);
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Copy constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue