From 48166a3836ea82ebbab1d622d5ff770eefbd59a1 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Sat, 26 Sep 2009 18:28:46 +0000 Subject: - fix update issues with resize/rename/creation - allow to resize patterns by any dimension - add license docs - makefile fixes svn path=/trunk/externals/ffext/; revision=12466 --- composer/Pattern.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'composer/Pattern.hpp') diff --git a/composer/Pattern.hpp b/composer/Pattern.hpp index 1607414..fbafcec 100644 --- a/composer/Pattern.hpp +++ b/composer/Pattern.hpp @@ -26,6 +26,7 @@ public: void setCell(int row, int col, Cell cell); Cell getCell(int row, int col); inline const string &getName() {return name;} + inline void setName(const string &newName) {name = newName;} inline unsigned int getRows() {return rows.size();} inline unsigned int getColumns() {return columns;} }; -- cgit v1.2.1