# HG changeset patch # User deba # Date 1138737455 0 # Node ID c65711e5a26d2e22fcc633f943742fae8ecb3f97 # Parent 6abf67b02ff5e5697839cf55797bcaf225fce4c5 Bug fix friend does not declares type diff -r 6abf67b02ff5 -r c65711e5a26d lemon/simann.h --- a/lemon/simann.h Tue Jan 31 19:33:48 2006 +0000 +++ b/lemon/simann.h Tue Jan 31 19:57:35 2006 +0000 @@ -1,3 +1,4 @@ +// -*- C++ -*- #ifndef LEMON_SIMANN_H #define LEMON_SIMANN_H @@ -19,6 +20,8 @@ /// \addtogroup experimental /// @{ + class SimAnnBase; + /// \brief A base class for controllers. class ControllerBase { public: