1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00

fix build for gcc 4.4.6

This commit is contained in:
Lu Wang 2013-02-28 10:15:01 +08:00
parent 80fc92defe
commit 2d5dc47367
2 changed files with 1 additions and 5 deletions

View File

@ -114,11 +114,6 @@ void parse_options (int argc, char **argv)
.add("", &param.input_filename, "", "")
.add("", &param.output_filename, "", "")
// deprecated
.add("font-format", &deprecated_string, "", "", [] (const char*) {
cerr << "warning: --font-format is deprecated, @font-face format is inferred from --font-suffix" << endl;
})
;
try

View File

@ -8,6 +8,7 @@
#include <cstring>
#include "encoding.h"
#include "const.h" // for nullptr
namespace pdf2htmlEX {