@@ -2,6 +2,7 @@
#include <string>
#include <fstream>
#include <ncursesw/ncurses.h>
#include "common/basicTypes.h"
struct EventTime
@@ -33,6 +34,8 @@ public:
void rename(const char* newName);
void print()const;
WINDOW* createPad()const;
friend class Tree;
private:
The note is not visible to the blocked user.