diff options
author | David Tardon <dtardon@redhat.com> | 2013-11-01 20:20:21 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-11-01 20:20:28 +0100 |
commit | 46bcd543406a144c221a8055d3efeab94c08c6fc (patch) | |
tree | 7793ca2ef8bc5cc01cede1b04eb0c4861302057c /external/libetonyek | |
parent | 4ea4239719551ba06cc2ee9758a1d232a1c1e84e (diff) |
fix build with clang
Change-Id: I3fd7cfdf78dc221cbaa651ff351bc4ca76952d55
Diffstat (limited to 'external/libetonyek')
-rw-r--r-- | external/libetonyek/0001-impl.-XML-format-detection.patch | 2 |
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)) |