aboutsummaryrefslogtreecommitdiff
path: root/src/location.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location.cpp')
-rw-r--r--src/location.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location.cpp b/src/location.cpp
index 03b8b43..933379c 100644
--- a/src/location.cpp
+++ b/src/location.cpp
@@ -19,7 +19,7 @@ Location::Location( struct YYLTYPE &loc ) :
19{ 19{
20} 20}
21 21
22Location::Location( const Bu::FString &sFile, int iStartRow, int iStartCol, 22Location::Location( const Bu::String &sFile, int iStartRow, int iStartCol,
23 int iEndRow, int iEndCol ) : 23 int iEndRow, int iEndCol ) :
24 sFile( sFile ), 24 sFile( sFile ),
25 iStartRow( iStartRow ), 25 iStartRow( iStartRow ),