Changeset 280 in dev for trunk/abdev/BasicCompiler_Common/src/Source.cpp
- Timestamp:
- Aug 14, 2007, 8:37:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Source.cpp
r279 r280 921 921 } 922 922 923 bool BasicSource::GetLineInfo( int sourceCodePos, int &line, std::string &filePath ) 923 bool BasicSource::GetLineInfo( int sourceCodePos, int &line, std::string &filePath ) const 924 924 { 925 925 int i2,i3,i4,i5; 926 926 927 c har *buffer = GetBuffer();927 const char *buffer = GetBuffer(); 928 928 int i = sourceCodePos; 929 929
Note:
See TracChangeset
for help on using the changeset viewer.