Fixing class declarations. Not part of build yet.

a=leaf


git-svn-id: svn://10.0.0.236/trunk@65446 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Peter.VanderBeken%pandora.be
2000-04-06 22:36:39 +00:00
parent d0fdac4dbe
commit 7ed19d2d00
3 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@
* Olivier Gerardin, ogerardin@vo.lu
* -- added number functions
*
* $Id: FunctionLib.h,v 1.1 2000-04-06 07:45:30 kvisco%ziplink.net Exp $
* $Id: FunctionLib.h,v 1.2 2000-04-06 22:35:20 Peter.VanderBeken%pandora.be Exp $
*/
@@ -166,7 +166,7 @@ protected:
* Evaluates the given Expression and converts it's result to a String.
* The value is appended to the given destination String
**/
void FunctionCall::evaluateToString
void evaluateToString
(Expr* expr, Node* context, ContextState* cs, String& dest);
/**