From c435c7daa9df1b08dc85132fcd1c154bea9b69e2 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 20 Jan 2011 18:21:03 +0000 Subject: Fixes to use libbu++ Bu::String --- src/location.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/location.cpp') 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 ) : { } -Location::Location( const Bu::FString &sFile, int iStartRow, int iStartCol, +Location::Location( const Bu::String &sFile, int iStartRow, int iStartCol, int iEndRow, int iEndCol ) : sFile( sFile ), iStartRow( iStartRow ), -- cgit v1.2.3