MARMOTTA-621: applied patch by @wastl
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/a1499bd7 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/a1499bd7 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/a1499bd7 Branch: refs/heads/develop Commit: a1499bd781b986296c9af02f6f172ebb08a9f15a Parents: 4fb6e7f Author: Sergio Fernández <[email protected]> Authored: Tue Dec 15 09:46:47 2015 +0100 Committer: Sergio Fernández <[email protected]> Committed: Tue Dec 15 09:46:47 2015 +0100 ---------------------------------------------------------------------- libraries/ostrich/backend/serializer/serializer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/a1499bd7/libraries/ostrich/backend/serializer/serializer.h ---------------------------------------------------------------------- diff --git a/libraries/ostrich/backend/serializer/serializer.h b/libraries/ostrich/backend/serializer/serializer.h index 965fb9c..99d6ed4 100644 --- a/libraries/ostrich/backend/serializer/serializer.h +++ b/libraries/ostrich/backend/serializer/serializer.h @@ -39,7 +39,7 @@ class Serializer { impl->serialize(stmt, out); }; - void serialize(StatementIterator it, std::ostream& out) { + void serialize(StatementIterator& it, std::ostream& out) { impl->serialize(it, out); };
