summaryrefslogtreecommitdiff
path: root/src/core/parser/ParserScope.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 14:56:29 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-02-15 14:56:29 +0100
commit2aced1289813b3dae9c79f3c6878788343e3d997 (patch)
treec86c135b9b76d0589f10ce9afc554a8b2cf5a501 /src/core/parser/ParserScope.hpp
parentac61fe02b333c4928fb79e309c3aa065117aea7e (diff)
Removed unneeded owner parameter from ParserScope
Diffstat (limited to 'src/core/parser/ParserScope.hpp')
-rw-r--r--src/core/parser/ParserScope.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/parser/ParserScope.hpp b/src/core/parser/ParserScope.hpp
index 58fc037..185b845 100644
--- a/src/core/parser/ParserScope.hpp
+++ b/src/core/parser/ParserScope.hpp
@@ -702,13 +702,11 @@ public:
* (even in inner structures). The data will be passed to the "build"
* function of the given type.
* @param type is the Typesystem type the data should be interpreted with.
- * @param owner is the node for which the resolution takes place.
* @param logger is the logger instance into which resolution problems
* should be logged.
* @return true if the value was successfully built.
*/
- bool resolveValue(Variant &data, Handle<Type> type, Handle<Node> owner,
- Logger &logger);
+ bool resolveValue(Variant &data, Handle<Type> type, Logger &logger);
/**
* Resolves a type and makes sure the corresponding value is of the correct