diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-02 00:34:04 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-02 00:34:04 +0100 |
commit | e4071ff5894d13e95f72457aac68899610e5d7eb (patch) | |
tree | 41f5235c3d757bd2bf97d1248ec38da0e2d2a879 /src/core/common/Location.hpp | |
parent | 28fc6ac92cf8b058da22c54c939fc225779ac26d (diff) |
Allowing to store SourceLocation from which a Variant was parsed along with the Variant
Diffstat (limited to 'src/core/common/Location.hpp')
-rw-r--r-- | src/core/common/Location.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/common/Location.hpp b/src/core/common/Location.hpp index 93e5d8e..f2e7d16 100644 --- a/src/core/common/Location.hpp +++ b/src/core/common/Location.hpp @@ -38,7 +38,7 @@ namespace ousia { /** * Type used for referencing a source file currently opened in a Project. */ -using SourceId = uint32_t; +using SourceId = uint16_t; /** * Maximum value for a SourceId. Indicates invalid entries. |