[Lemon-commits] [lemon_svn] deba: r2507 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:53:10 CET 2006
Author: deba
Date: Tue Jan 31 20:57:35 2006
New Revision: 2507
Modified:
hugo/trunk/lemon/simann.h
Log:
Bug fix
friend does not declares type
Modified: hugo/trunk/lemon/simann.h
==============================================================================
--- hugo/trunk/lemon/simann.h (original)
+++ hugo/trunk/lemon/simann.h Tue Jan 31 20:57:35 2006
@@ -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:
More information about the Lemon-commits
mailing list