diff options
Diffstat (limited to 'src/note.h')
-rw-r--r-- | src/note.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ class Note Note* lastSibling(); int yExpander(); bool isAfter(Note *note); - bool tqcontains(Note *note); + bool contains(Note *note); /// NOTES VARIOUS PROPERTIES: // CONTENT MANAGEMENT? private: |