diff options
Diffstat (limited to 'fluid/undo.h')
| -rw-r--r-- | fluid/undo.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fluid/undo.h b/fluid/undo.h index c1d1aef44..171fe062f 100644 --- a/fluid/undo.h +++ b/fluid/undo.h @@ -15,7 +15,9 @@ // #ifndef undo_h -# define undo_h +#define undo_h + +class Fl_Widget; extern int undo_current; // Current undo level in buffer extern int undo_last; // Last undo level in buffer |
