diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-12-12 10:37:23 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-12-12 10:37:23 +0100 |
commit | 5fde58b21baa7d92194c7910a85ab542a61897a9 (patch) | |
tree | 2903e9b0a5bbbbd6b1130e17f6d7813af3ed60f3 /src/core | |
parent | f4c635eb43575c68a77d21ba6de2a8bd1d5a49c5 (diff) |
Made the relativeTo handling in FileLocator.cpp somewhat more sophisticated.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ResourceLocator.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ResourceLocator.hpp b/src/core/ResourceLocator.hpp index 926b312..39c7b30 100644 --- a/src/core/ResourceLocator.hpp +++ b/src/core/ResourceLocator.hpp @@ -44,6 +44,8 @@ public: SCRIPT, // A Type System TYPESYS, + DOCUMENT, + ATTRIBUTES, // TODO: Aren't documents and attribute descriptors missing? // TODO: What is the purpose of these two? GENERIC_MODULE, |