diff -r aad0f3e5df33 -r 1bd18fc06911 absyntax_utils/function_param_iterator.hh --- a/absyntax_utils/function_param_iterator.hh Fri Feb 17 19:47:58 2012 +0000 +++ b/absyntax_utils/function_param_iterator.hh Sat Feb 18 21:03:01 2012 +0000 @@ -146,6 +146,7 @@ * of the found parameter. */ identifier_c *search(symbol_c *param_name); + identifier_c *search(const char *param_name); /* Returns the currently referenced parameter's default value, * or NULL if none is specified in the function declrataion itself.