|
|
@@ -62,5 +62,6 @@ public: |
|
|
|
static bool open ( void ) { return _is_open; } |
|
|
|
static bool create ( const char *name, const char *template_name ); |
|
|
|
static void undo ( void ); |
|
|
|
static void redo ( void ); |
|
|
|
static const char *created_on ( void ) { return _created_on; } |
|
|
|
}; |