summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 11:29:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 11:29:20 +0000
commit75299bd02cfcfaf2f9f3db835008bdefb300cd75 (patch)
tree4b69137af6362fde2a7da5892a37afb522025a26 /goodies
parent4a33b105dc4947fd8082d1d1235ae1d042331c89 (diff)
INTEGRATION: CWS pj83 (1.3.212); FILE MERGED
2007/06/27 20:13:31 pjanik 1.3.212.1: #i74894#: Cleanup inv, so it doesn't crash at exit.
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/inv/invader.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/goodies/source/inv/invader.hxx b/goodies/source/inv/invader.hxx
index 899b4c146444..8ff1666f7ed3 100644
--- a/goodies/source/inv/invader.hxx
+++ b/goodies/source/inv/invader.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: invader.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 03:06:53 $
+ * last change: $Author: hr $ $Date: 2007-08-03 12:29:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -142,6 +142,9 @@ class MyWindow : public FloatingWindow
void EndLevel();
void Kollision();
ResMgr* GetResMgr(){return pRes;}
+
+ void setApplication(MyApp *rApplication) { pApplication = rApplication; };
+ MyApp *pApplication;
};
#endif