minor changes

This commit is contained in:
kdeng00
2019-08-10 10:49:40 -04:00
parent 271921d55b
commit 27aecc7a0d
12 changed files with 30 additions and 187 deletions
-1
View File
@@ -15,7 +15,6 @@ namespace Models
std::string genre;
int year;
int duration;
char *songData;
std::string data;
std::string songPath;
};