diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-13 21:16:15 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-13 21:16:15 +0000 |
| commit | e195794fbd27d271532a9533bc35cf747ea0ccd9 (patch) | |
| tree | ab79f0c0ddda3f5f9da5a3b31e8d68efc74ce004 | |
| parent | 683a9a9f7fabd23ed9caf7ab18cb90dacb51da2d (diff) | |
| download | qmmp-e195794fbd27d271532a9533bc35cf747ea0ccd9.tar.gz qmmp-e195794fbd27d271532a9533bc35cf747ea0ccd9.tar.bz2 qmmp-e195794fbd27d271532a9533bc35cf747ea0ccd9.zip | |
fixed build regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@848 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/qmmp/statehandler.cpp | 2 |
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; } |
