diff options
Diffstat (limited to '')
-rw-r--r-- | src/location.cpp | 2 |
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 | ||
22 | Location::Location( const Bu::FString &sFile, int iStartRow, int iStartCol, | 22 | Location::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 ), |