diff options
| -rw-r--r-- | src/qmmp/volumecontrol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmp/volumecontrol.h b/src/qmmp/volumecontrol.h index f993057b7..68e0536fc 100644 --- a/src/qmmp/volumecontrol.h +++ b/src/qmmp/volumecontrol.h @@ -85,7 +85,7 @@ private: int m_left, m_right; }; -/*! @brief The SoftwareVolume provides access to the software volume control. +/*! @brief The SoftwareVolume class provides access to the software volume control. * @author Ilya Kotov <forkotov02@hotmail.ru> */ class SoftwareVolume : public VolumeControl |
