# HG changeset patch # User matthiasm # Date 1371488424 -3600 # Node ID cccf6069a9fc4a55c6c7d3bf2ab429ed6c7ed2e8 # Parent 3739234354722f1515dfe3e20f810b8cdb7ede01 introduced horizongal note editing constraints; debugged note edit diff -r 373923435472 -r cccf6069a9fc data/model/FlexiNoteModel.h --- a/data/model/FlexiNoteModel.h Fri Apr 19 15:37:27 2013 +0100 +++ b/data/model/FlexiNoteModel.h Mon Jun 17 18:00:24 2013 +0100 @@ -16,6 +16,8 @@ #ifndef _FLEXINOTE_MODEL_H_ #define _FLEXINOTE_MODEL_H_ +#include "NotelikeModel.h" + #include "IntervalModel.h" #include "base/RealTime.h" #include "base/PlayParameterRepository.h"