Song is a struct not a class

This commit is contained in:
craig.p.drummond
2014-04-18 19:51:47 +00:00
committed by craig.p.drummond
parent 832e575f09
commit f5936587a3
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
#include <QList>
#include <QSet>
class Song;
struct Song;
class QHostAddress;
class QTcpSocket;