summaryrefslogtreecommitdiff
path: root/chordNote.h
diff options
context:
space:
mode:
Diffstat (limited to 'chordNote.h')
-rw-r--r--chordNote.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chordNote.h b/chordNote.h
index bdf8564..47ca43f 100644
--- a/chordNote.h
+++ b/chordNote.h
@@ -38,7 +38,7 @@ class ChordNote {
int getEnd(); // End time of the chord
int getRenderStart(); // Start time for rendering
// Setters:
- void setRenterStart(int renderTime); // When it needs to start rendering
+ void setRenderStart(int renderTime); // When it needs to start rendering
// Modifiers:
bool toggle(int note); // Add/remove a note in a chord
void merge(ChordNote chord); // Merge two chords (OR on every note)
@@ -47,6 +47,6 @@ class ChordNote {
void print(); // For debugging
};
-#include "chordNote.cpp"
+//#include "chordNote.cpp"
#endif // CHORDNOTE_H
// vim: syntax=cpp.doxygen