Rename song to Song

This commit is contained in:
Lukas W
2014-11-26 00:44:41 +01:00
parent 14eb54d53e
commit 7d0e3945e5
68 changed files with 191 additions and 191 deletions

View File

@@ -26,7 +26,7 @@
#include <QFile>
#include "ProjectRenderer.h"
#include "song.h"
#include "Song.h"
#include "engine.h"
#include "AudioFileWave.h"
@@ -161,8 +161,8 @@ void ProjectRenderer::run()
engine::getSong()->startExport();
song::playPos & pp = engine::getSong()->getPlayPos(
song::Mode_PlaySong );
Song::playPos & pp = engine::getSong()->getPlayPos(
Song::Mode_PlaySong );
m_progress = 0;
const int sl = ( engine::getSong()->length() + 1 ) * 192;