- Cleaner solution (less code duplication and blank space only when a
  confirmation is needed) for bug #1038.
This commit is contained in:
Louis-Claude Canon
2012-07-24 18:11:09 +02:00
committed by Paul Beckingham
parent 3bf9ebad62
commit e5d142a468
13 changed files with 10 additions and 21 deletions

View File

@@ -80,6 +80,7 @@ protected:
// Permission support
bool _permission_quit;
bool _permission_all;
bool _first_iteration;
};
#endif