absyntax_utils/function_call_iterator.hh
changeset 958 7474d2cd1d6e
parent 279 c0453b7f99df
--- a/absyntax_utils/function_call_iterator.hh	Sun Nov 30 12:49:42 2014 +0000
+++ b/absyntax_utils/function_call_iterator.hh	Sat Dec 06 19:11:32 2014 +0000
@@ -73,7 +73,7 @@
     symbol_c *next(void);
 
     /* Returns the name of the currently referenced function invocation */
-    identifier_c *fname(void);
+    token_c *fname(void);
 
   private:
   /***************************************/