a little remaining astyle

This commit is contained in:
Beep6581 2015-10-17 15:25:37 +02:00
parent 31e6157a5c
commit a51ac8b905
2 changed files with 6 additions and 3 deletions

View File

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