From 0c96144e4adf13b66f20517f2f57e3a458c52923 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Sun, 27 Sep 2009 18:25:24 +0000 Subject: - new feature: in-patch metadata - add in-patch saving of column widths svn path=/trunk/externals/ffext/; revision=12473 --- composer/Song.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'composer/Song.hpp') 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 #include @@ -11,7 +13,7 @@ using std::map; using std::string; -class Song +class Song : public HasMeta { private: static map byname; -- cgit v1.2.1