From 17f243db1adb9bccdf3ffcd6f8283318c985e2d1 Mon Sep 17 00:00:00 2001 From: tchernobog Date: Sun, 17 Sep 2006 10:13:15 +0000 Subject: [PATCH] - Fix compilation git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1222 3ecf2c5c-341e-0410-92b4-d18e462d057c --- src/backend/concrete_simulation.hh | 2 -- src/holt_widget.hh | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/backend/concrete_simulation.hh b/src/backend/concrete_simulation.hh index e2da995..03b0237 100644 --- a/src/backend/concrete_simulation.hh +++ b/src/backend/concrete_simulation.hh @@ -73,8 +73,6 @@ namespace sgpem */ void stop(); - bool step() throw(UserInterruptException, NullPolicyException, MalformedPolicyException); - /** \brief This methods allows to change the way the simulation progresses. diff --git a/src/holt_widget.hh b/src/holt_widget.hh index 3b616bf..eb12512 100644 --- a/src/holt_widget.hh +++ b/src/holt_widget.hh @@ -21,11 +21,11 @@ #ifndef HOLT_WIDGET_HH #define HOLT_WIDGET_HH 1 - - #include "cairo_widget.hh" + #include #include +#include #include #include