From b033733924e5d3454bb0a810c6a70d4ff0531d2b Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 06 Feb 2004 14:32:10 +0000 Subject: Funny how much bugs one can introduce when importing Qtopia stuff. Fixed a couple of possible sigsegv, uninitialized variables --- (limited to 'noncore/games/parashoot/base.h') diff --git a/noncore/games/parashoot/base.h b/noncore/games/parashoot/base.h index ee7f166..a4c69cc 100644 --- a/noncore/games/parashoot/base.h +++ b/noncore/games/parashoot/base.h @@ -1,7 +1,7 @@ /********************************************************************** -** Copyright (C) 2000 Trolltech AS. All rights reserved. +** Copyright (C) 2000-2002 Trolltech AS. All rights reserved. ** -** This file is part of Qtopia Environment. +** This file is part of the Qtopia Environment. ** ** This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Software @@ -18,7 +18,7 @@ ** **********************************************************************/ -#include +#include #include @@ -32,6 +32,8 @@ public: int rtti() const; static bool baseDestroyed(); + void reposition(void); + private: QCanvasPixmapArray* basearray; Sound kaboom, ohdear; -- cgit v0.9.0.2