Skip to content

Commit

Permalink
improve load -> unload (#6580)
Browse files Browse the repository at this point in the history
  • Loading branch information
leico authored May 5, 2020
1 parent 5453d35 commit 15997a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/openFrameworks/sound/ofSoundPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ofSoundPlayer : public ofBaseSoundPlayer {

/// \brief Stops and unloads the current sound.
void unload();
OF_DEPRECATED_MSG("Use load",void unloadSound());
OF_DEPRECATED_MSG("Use unload",void unloadSound());

/// \brief Starts playback.
void play();
Expand Down

0 comments on commit 15997a0

Please sign in to comment.