From e4071ff5894d13e95f72457aac68899610e5d7eb Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 2 Feb 2015 00:34:04 +0100 Subject: Allowing to store SourceLocation from which a Variant was parsed along with the Variant --- src/core/common/Location.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/common/Location.hpp') 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. -- cgit v1.2.3