external/libetonyek/0001-impl.-XML-format-detection.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46bcd543406a144c221a8055d3efeab94c08c6fc
Author: David Tardon <dtar...@redhat.com>
Date:   Fri Nov 1 20:20:21 2013 +0100

    fix build with clang
    
    Change-Id: I3fd7cfdf78dc221cbaa651ff351bc4ca76952d55

diff --git a/external/libetonyek/0001-impl.-XML-format-detection.patch 
b/external/libetonyek/0001-impl.-XML-format-detection.patch
index c4e1904..4ab7822 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))
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to