summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-11-01 20:20:21 +0100
committerDavid Tardon <dtardon@redhat.com>2013-11-01 20:20:28 +0100
commit46bcd543406a144c221a8055d3efeab94c08c6fc (patch)
tree7793ca2ef8bc5cc01cede1b04eb0c4861302057c /external
parent4ea4239719551ba06cc2ee9758a1d232a1c1e84e (diff)
fix build with clang
Change-Id: I3fd7cfdf78dc221cbaa651ff351bc4ca76952d55
Diffstat (limited to 'external')
-rw-r--r--external/libetonyek/0001-impl.-XML-format-detection.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/libetonyek/0001-impl.-XML-format-detection.patch b/external/libetonyek/0001-impl.-XML-format-detection.patch
index c4e1904b89d8..4ab7822fe263 100644
--- a/external/libetonyek/0001-impl.-XML-format-detection.patch
+++ b/external/libetonyek/0001-impl.-XML-format-detection.patch
@@ -34,7 +34,7 @@ index 8ca33ad..a1a5477 100644
+ if (input->atEOS())
+ return VERSION_UNKNOWN;
+
-+ const KEY2Tokenizer tokenizer;
++ const KEY2Tokenizer tokenizer = KEY2Tokenizer();
+ KEYXMLReader reader(input.get(), tokenizer);
+
+ if ((KEY2Token::NS_URI_KEY | KEY2Token::presentation) == getId(reader))