Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
@ -111,7 +111,7 @@ SVGAElementImpl *SVGAElementImpl::getLink(SVGElementImpl *sourceElem)
}
return false;
return 0;
// vim:ts=4:noet
@ -66,7 +66,7 @@
#include "BSByteStream.h"
#include "DjVuPalette.h"
#include <stdlib.h>
#include <math.h>
#include <cmath>
#ifdef HAVE_NAMESPACES