Browse Source

Audio: last forgotten deprecation mark without a version info.

pull/388/merge
Vladimír Vondruš 6 years ago
parent
commit
d0487a8abc
  1. 2
      src/Magnum/Audio/PlayableGroup.h

2
src/Magnum/Audio/PlayableGroup.h

@ -102,7 +102,7 @@ template<UnsignedInt dimensions> class PlayableGroup: public SceneGraph::Feature
#ifdef MAGNUM_BUILD_DEPRECATED
/**
* @brief Set all contained Playables clean
* @deprecated Use @ref Listener::update() instead.
* @m_deprecated_since{2018,10} Use @ref Listener::update() instead.
*/
CORRADE_DEPRECATED("use Listener::update() instead") void setClean();
#endif

Loading…
Cancel
Save