| 24 #include "glRenderer.h" |
24 #include "glRenderer.h" |
| 25 |
25 |
| 26 // ============================================================================= |
26 // ============================================================================= |
| 27 // |
27 // |
| 28 History::History() : |
28 History::History() : |
| 29 m_position (-1) {} |
29 m_position (-1), |
| |
30 m_isIgnoring (false) {} |
| 30 |
31 |
| 31 // ============================================================================= |
32 // ============================================================================= |
| 32 // |
33 // |
| 33 void History::undo() |
34 void History::undo() |
| 34 { |
35 { |