mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
fix using wrong abs() bug
This commit is contained in:
parent
a067677a1e
commit
4e13bece0e
@ -19,6 +19,8 @@
|
||||
#include "namespace.h"
|
||||
#include "util.h"
|
||||
|
||||
using std::abs;
|
||||
|
||||
FontInfo HTMLRenderer::install_font(GfxFont * font)
|
||||
{
|
||||
assert(sizeof(long long) == 2*sizeof(int));
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include "namespace.h"
|
||||
|
||||
using std::max;
|
||||
using std::abs;
|
||||
|
||||
void HTMLRenderer::updateAll(GfxState * state)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user