mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 04:38:57 +00:00
Code polishing no functional changes.
This commit is contained in:
parent
d540054503
commit
4b8921e8c8
@ -19,20 +19,19 @@
|
||||
|
||||
namespace gui2 {
|
||||
|
||||
class tgame_delete : public tdialog
|
||||
class tgame_delete
|
||||
: public tdialog
|
||||
{
|
||||
public:
|
||||
tgame_delete();
|
||||
|
||||
bool dont_ask_again() const { return dont_ask_again_; }
|
||||
|
||||
protected:
|
||||
private:
|
||||
|
||||
/** Inherited from tdialog. */
|
||||
void post_show(twindow& window);
|
||||
|
||||
private:
|
||||
|
||||
/** Inherited from tdialog, implemented by REGISTER_WINDOW. */
|
||||
virtual const std::string& window_id() const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user