- initialize History as not ignoring or history will not work at all with new files

Sun, 13 Jul 2014 17:18:44 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 13 Jul 2014 17:18:44 +0300
changeset 838
8f58e1249687
parent 837
8fc2d4b352c7
child 839
5f822ad61875

- initialize History as not ignoring or history will not work at all with new files

src/editHistory.cc file | annotate | diff | comparison | revisions
--- a/src/editHistory.cc	Sun Jul 13 17:05:28 2014 +0300
+++ b/src/editHistory.cc	Sun Jul 13 17:18:44 2014 +0300
@@ -26,7 +26,8 @@
 // =============================================================================
 //
 History::History() :
-	m_position (-1) {}
+	m_position (-1),
+	m_isIgnoring (false) {}
 
 // =============================================================================
 //

mercurial