aboutsummaryrefslogtreecommitdiff
path: root/composer/Song.hpp
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-09-27 18:25:24 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-09-27 18:25:24 +0000
commit0c96144e4adf13b66f20517f2f57e3a458c52923 (patch)
tree9a2a99f9f0a56ff41590b3d9c7024314a6e52ac4 /composer/Song.hpp
parent1051b45076fc05ee8e7b50c6d0a3ef3ceb6fd1bc (diff)
- new feature: in-patch metadata
- add in-patch saving of column widths svn path=/trunk/externals/ffext/; revision=12473
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;