aboutsummaryrefslogtreecommitdiff
path: root/composer/Song.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'composer/Song.hpp')
-rw-r--r--composer/Song.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/composer/Song.hpp b/composer/Song.hpp
index ead7285..7784ad5 100644
--- a/composer/Song.hpp
+++ b/composer/Song.hpp
@@ -1,6 +1,8 @@
#ifndef COMPOSER_SONG_H_INCLUDED
#define COMPOSER_SONG_H_INCLUDED
+#include "HasMeta.hpp"
+
#include <map>
#include <string>
@@ -11,7 +13,7 @@
using std::map;
using std::string;
-class Song
+class Song : public HasMeta
{
private:
static map<string,Song *> byname;