Bug fix
authordeba
Tue, 31 Jan 2006 19:57:35 +0000
changeset 1932c65711e5a26d
parent 1931 6abf67b02ff5
child 1933 a876a3d6a4c7
Bug fix
friend does not declares type
lemon/simann.h
     1.1 --- a/lemon/simann.h	Tue Jan 31 19:33:48 2006 +0000
     1.2 +++ b/lemon/simann.h	Tue Jan 31 19:57:35 2006 +0000
     1.3 @@ -1,3 +1,4 @@
     1.4 +// -*- C++ -*-
     1.5  #ifndef LEMON_SIMANN_H
     1.6  #define LEMON_SIMANN_H
     1.7  
     1.8 @@ -19,6 +20,8 @@
     1.9  /// \addtogroup experimental
    1.10  /// @{
    1.11  
    1.12 +  class SimAnnBase;
    1.13 +
    1.14    /// \brief A base class for controllers.
    1.15    class ControllerBase {
    1.16    public: