diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 22:52:22 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 22:52:22 +0000 |
commit | 69c1fdb63e9be2d99084edfe5b5d5c389a8ab91a (patch) | |
tree | d5c2652080ec899495019d0dae310e2e66079b08 /src/sequencer | |
parent | 2d59c280c10a0d408ed804d5ca594884b5ee1f4d (diff) | |
download | rosegarden-69c1fdb63e9be2d99084edfe5b5d5c389a8ab91a.tar.gz rosegarden-69c1fdb63e9be2d99084edfe5b5d5c389a8ab91a.zip |
Fix rosegarden FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/rosegarden@1250647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/sequencer')
-rw-r--r-- | src/sequencer/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sequencer/main.cpp b/src/sequencer/main.cpp index 21ad97d..4c10362 100644 --- a/src/sequencer/main.cpp +++ b/src/sequencer/main.cpp @@ -227,7 +227,7 @@ int main(int argc, char *argv[]) if (roseSeq->checkExternalTransport()) { atLeisure = false; } else if (lastSeqtqStatus != roseSeq->gettqStatus()) { - SEQUENCER_DEBUG << "Sequencer status changed from " << lastSeqStatus << " to " << roseSeq->gettqStatus() << endl; + SEQUENCER_DEBUG << "Sequencer status changed from " << lastSeqtqStatus << " to " << roseSeq->gettqStatus() << endl; roseSeq->notifySequencertqStatus(); lastSeqtqStatus = roseSeq->gettqStatus(); atLeisure = false; |