From 1aa12ddb967832e196ae694d34a4ba49802cab2c Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 21 Sep 2012 02:30:26 +0200 Subject: PEGASUS: "Fix" segmentation fault for DC toolchain when compiling shuttlehud.cpp. It seems the explicit destructor of ShuttleHUD is problematic. When I move it's implementation to shuttlehud.cpp it does not segfault. Removing it on the other hand also does not cause it to segfault. So I chose the latter, since it has no special implementation anyway. --- engines/pegasus/neighborhood/mars/shuttlehud.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines') diff --git a/engines/pegasus/neighborhood/mars/shuttlehud.h b/engines/pegasus/neighborhood/mars/shuttlehud.h index dc1c7598b5..f7dbbaeae8 100644 --- a/engines/pegasus/neighborhood/mars/shuttlehud.h +++ b/engines/pegasus/neighborhood/mars/shuttlehud.h @@ -34,7 +34,6 @@ namespace Pegasus { class ShuttleHUD : public DisplayElement, public Idler { public: ShuttleHUD(); - virtual ~ShuttleHUD() {} void showTargetGrid(); void hideTargetGrid(); -- cgit v1.2.3