diff options
Diffstat (limited to 'src/note.h')
-rw-r--r-- | src/note.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ class Note { /// CONSTRUCTOR AND DESTRUCTOR: public: - Note(Basket *tqparent); + Note(Basket *parent); ~Note(); /// DOUBLY LINKED LIST: |