diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-08 22:58:28 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-08 22:58:28 +0000 |
commit | 52be1ef0d126f09ba943c7afcf367e7d9347f2fd (patch) | |
tree | fd4b0dd148751c3c6c1b95296c3b82cb86051b83 /src/location.h | |
parent | 795d0737fed40d88a7801b451b7750ba90802345 (diff) | |
download | build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.tar.gz build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.tar.bz2 build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.tar.xz build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.zip |
tabconv: it's all spaces now.
Diffstat (limited to 'src/location.h')
-rw-r--r-- | src/location.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/location.h b/src/location.h index db329bb..a141073 100644 --- a/src/location.h +++ b/src/location.h | |||
@@ -6,18 +6,18 @@ | |||
6 | class Location | 6 | class Location |
7 | { | 7 | { |
8 | public: | 8 | public: |
9 | Location(); | 9 | Location(); |
10 | Location( struct YYLTYPE &loc ); | 10 | Location( struct YYLTYPE &loc ); |
11 | Location( const Bu::String &sFile, int iStartRow, int iStartCol, | 11 | Location( const Bu::String &sFile, int iStartRow, int iStartCol, |
12 | int iEndRow, int iEndCol ); | 12 | int iEndRow, int iEndCol ); |
13 | virtual ~Location(); | 13 | virtual ~Location(); |
14 | 14 | ||
15 | private: | 15 | private: |
16 | const Bu::String sFile; | 16 | const Bu::String sFile; |
17 | int iStartRow; | 17 | int iStartRow; |
18 | int iStartCol; | 18 | int iStartCol; |
19 | int iEndRow; | 19 | int iEndRow; |
20 | int iEndCol; | 20 | int iEndCol; |
21 | }; | 21 | }; |
22 | 22 | ||
23 | #endif | 23 | #endif |