From c5fcf682195b0b191d19a598844f734ebf5b2583 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 28 Dec 2009 20:55:18 +0000 Subject: Location data is being tracked (for the most part, filenames...not as much), but it isn't being used in errors yet, I should add some new exceptions for now. --- src/astbranch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/astbranch.h') diff --git a/src/astbranch.h b/src/astbranch.h index 5ff8606..b582b9f 100644 --- a/src/astbranch.h +++ b/src/astbranch.h @@ -10,7 +10,7 @@ class AstBranch : public AstNode public: typedef Bu::List NodeList; typedef Bu::List BranchList; - AstBranch( Type eType ); + AstBranch( const Location &loc, Type eType ); virtual ~AstBranch(); void addBranch(); -- cgit v1.2.3