mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-18 19:55:00 -04:00
Rename song to Song
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "MainWindow.h"
|
||||
#include "engine.h"
|
||||
#include "tooltip.h"
|
||||
#include "song.h"
|
||||
#include "Song.h"
|
||||
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@ void TimeDisplayWidget::setDisplayMode( DisplayMode displayMode )
|
||||
|
||||
void TimeDisplayWidget::updateTime()
|
||||
{
|
||||
song* s = engine::getSong();
|
||||
Song* s = engine::getSong();
|
||||
|
||||
switch( m_displayMode )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user