This is an automated email from the git hooks/post-receive script. odyx pushed a commit to branch upstream/latest in repository colobot.
commit 3201bcd8f427c5a9bf956200abc3621413455a1b Author: Piotr Walkusz <[email protected]> Date: Wed Nov 12 23:21:47 2014 +0100 Delete unnecessary info in documentation --- src/app/app.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/app.h b/src/app/app.h index 52ed77a..e0c4b24 100644 --- a/src/app/app.h +++ b/src/app/app.h @@ -202,9 +202,8 @@ struct ApplicationPrivate; class CApplication : public CSingleton<CApplication> { public: - //! Constructor (can only be called once!) CApplication(); - //! Destructor + ~CApplication(); //! Returns the application's event queue -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

