Code polishing no functional changes.

This commit is contained in:
Mark de Wever 2010-05-01 13:30:17 +00:00
parent d540054503
commit 4b8921e8c8

View File

@ -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;