Wrong naming of snapshots in SETM, fixes #2915

This commit is contained in:
heckflosse
2015-09-23 20:19:39 +02:00
parent fb6ffa6aa8
commit 46b6c9c130
2 changed files with 2 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ public:
void redo ();
bool blistenerLock;
void resetSnapShotNumber() {bmnum = 1;};
};
#endif