summaryrefslogtreecommitdiff
path: root/include/chill_ast.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/chill_ast.hh')
-rw-r--r--include/chill_ast.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/chill_ast.hh b/include/chill_ast.hh
index 0803254..a0cfe2d 100644
--- a/include/chill_ast.hh
+++ b/include/chill_ast.hh
@@ -726,8 +726,8 @@ public:
//TODO hide data, set/get type and alias
chillAST_TypedefDecl();
- chillAST_TypedefDecl(char *t, char *nt, chillAST_node *p);
- chillAST_TypedefDecl(char *t, char *nt, char *a, chillAST_node *par);
+ chillAST_TypedefDecl(char *t, const char *nt, chillAST_node *p);
+ chillAST_TypedefDecl(char *t, const char *nt, char *a, chillAST_node *par);
const char* getUnderlyingType() { fprintf(stderr, "TypedefDecl getUnderLyingType()\n"); return underlyingtype; };
//virtual chillAST_VarDecl* getUnderlyingVarDecl() { return this; }; // ??