You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2015/12/15 10:06:12 UTC

[3/4] marmotta git commit: MARMOTTA-621: applied patch by @wastl

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 <wi...@apache.org>
Authored: Tue Dec 15 09:46:47 2015 +0100
Committer: Sergio Fernández <wi...@apache.org>
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);
     };