aboutsummaryrefslogtreecommitdiff
path: root/composer/Pattern.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'composer/Pattern.hpp')
-rw-r--r--composer/Pattern.hpp1
1 files changed, 1 insertions, 0 deletions
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;}
};