s/Song.h/song.h

This commit is contained in:
Jared Roberts
2003-03-19 20:45:20 +00:00
parent 567e1c533f
commit d2e149e6f5
+1 -1
View File
@@ -2,7 +2,7 @@
#define LYRIC_DISPLAY_H
#include "ActorFrame.h"
#include "Song.h"
#include "song.h"
#include "BitmapText.h"
class LyricDisplay: public ActorFrame {