diff options
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. |