summaryrefslogtreecommitdiff
path: root/synth
AgeCommit message (Collapse)Author
2010-12-30Note inherits from NoteSkel -- DOES NOT WORK!Florian Jung
The program compiles well, but as soon as a note is created, it exits, because a pure virtual method is called in NoteSkel's ctor (which is called before Note's ctor) which tries to call a function which is implemented in Note, but not in NoteSkel
2010-12-29Define an interface and a skeleton for class NoteFlorian Jung
2010-12-29Initial commitFlorian Jung