Ignore:
Timestamp:
Aug 14, 2007, 8:37:08 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Source.cpp

    r279 r280  
    921921}
    922922
    923 bool BasicSource::GetLineInfo( int sourceCodePos, int &line, std::string &filePath )
     923bool BasicSource::GetLineInfo( int sourceCodePos, int &line, std::string &filePath ) const
    924924{
    925925    int i2,i3,i4,i5;
    926926
    927     char *buffer = GetBuffer();
     927    const char *buffer = GetBuffer();
    928928    int i = sourceCodePos;
    929929
Note: See TracChangeset for help on using the changeset viewer.