Fix FTBFS with GCC6

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 8 years ago
parent 5464e41985
commit f21cac2973

@ -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

Loading…
Cancel
Save