tags 356157 + patch
thanks

* Martin Michlmayr <[EMAIL PROTECTED]> [2006-03-10 01:55]:
> > ArenaBase.cc: In member function 'bool 
> > ArenaBase::parse_arena_line(std::ifstream&, double&, int&, double&)':
> > ArenaBase.cc:550: error: 'angle2vec' was not declared in this scope

Here's a patch (there was another error later one):

--- ./include/Vector2D.h~       2006-03-10 02:03:14.000000000 +0000
+++ ./include/Vector2D.h        2006-03-10 02:03:39.000000000 +0000
@@ -24,6 +24,9 @@
 
 using namespace std;
 
+class Vector2D;
+Vector2D angle2vec(const double);
+
 class Vector2D
 {
 public:
--- ./rtb-team-framework/parser/configurationparser.h~  2006-03-10 
02:06:21.000000000 +0000
+++ ./rtb-team-framework/parser/configurationparser.h   2006-03-10 
02:06:28.000000000 +0000
@@ -54,7 +54,7 @@
        * Public stuff
        */
        public:
-               ConfigurationParser::ConfigurationParser() throw 
(bad_exception);
+               ConfigurationParser() throw (bad_exception);
                void addFile(const string& filename) throw(ParserException, 
bad_exception);
                const map<string, map<string, string> >& getConfigurationData() 
const throw();
        /*

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to