1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 09:38:40 +00:00

fix using wrong abs() bug

This commit is contained in:
Lu Wang 2012-08-31 23:14:05 +08:00
parent a067677a1e
commit 4e13bece0e
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -18,6 +18,7 @@
#include "namespace.h"
using std::max;
using std::abs;
void HTMLRenderer::updateAll(GfxState * state)
{