]> git.lyx.org Git - lyx.git/blobdiff - src/undostack.h
fix typo that put too many include paths for most people
[lyx.git] / src / undostack.h
index e611e3a065792d6935e3957920d1b74d755dbf55..4271ea0e7b7960b1ef891eac509f0e4e05a6c08f 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team.
  *
@@ -33,14 +33,14 @@ public:
        ///
        UndoStack();
        ///
-       Undo * pop();
+       ~UndoStack();
+       ///
+       void pop();
        ///
-       Undo * top();
+       Undo * top() const;
        ///
        bool empty() const;
        ///
-       ~UndoStack();
-       ///
        void clear();
        ///
        void SetStackLimit(Stakk::size_type l);