Fix FTBFS with GCC6

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f21cac2973)
r14.0.x
Slávek Banko 8 years ago
parent aeba5c7132
commit 52553175c0

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