summaryrefslogtreecommitdiff
path: root/src/mem/slicc/ast/Location.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/slicc/ast/Location.hh')
-rw-r--r--src/mem/slicc/ast/Location.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/slicc/ast/Location.hh b/src/mem/slicc/ast/Location.hh
index f070efc46..3233bdb3b 100644
--- a/src/mem/slicc/ast/Location.hh
+++ b/src/mem/slicc/ast/Location.hh
@@ -42,7 +42,7 @@
#include "mem/slicc/slicc_global.hh"
extern int g_line_number;
-extern string g_file_name;
+extern string &g_file_name();
class Location {
public: