aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qmmp/statehandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmp/statehandler.cpp b/src/qmmp/statehandler.cpp
index 1a7b0f20a..658711ee4 100644
--- a/src/qmmp/statehandler.cpp
+++ b/src/qmmp/statehandler.cpp
@@ -167,7 +167,7 @@ int StateHandler::channels()
return m_channels;
}
-Qmmp::State StateHandler::state()
+Qmmp::State StateHandler::state() const
{
return m_state;
}