aboutsummaryrefslogtreecommitdiff
path: root/src/builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/builder.h')
-rw-r--r--src/builder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/builder.h b/src/builder.h
index 82a82c4..152b969 100644
--- a/src/builder.h
+++ b/src/builder.h
@@ -40,7 +40,7 @@ public:
40 void execute( Action *pAct ); 40 void execute( Action *pAct );
41 41
42 //void error( const yy::location &l, const std::string &m ); 42 //void error( const yy::location &l, const std::string &m );
43 //void error( const std::string &m ); 43 void error( const std::string &m );
44 44
45 std::string file; 45 std::string file;
46 46