From 9fc8444f2c4aca8a551f1300d734742b7d99be00 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 18 Apr 2013 22:11:33 +0200 Subject: Make build work without libmba and domc --- src/xmlfixups.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xmlfixups.cpp') diff --git a/src/xmlfixups.cpp b/src/xmlfixups.cpp index 16b4b35..6ea8933 100644 --- a/src/xmlfixups.cpp +++ b/src/xmlfixups.cpp @@ -453,7 +453,7 @@ void XmlFixups::runPassTwo(const DOM::Document& doc) // Mark each node as we've seen it so we don't // do a given element twice - if((int)el.getUserData() == PASS_TWO) + if((int)(unsigned long)el.getUserData() == PASS_TWO) continue; el.setUserData((void*)PASS_TWO); -- cgit v1.2.3