diff options
Diffstat (limited to 'public/fpdfview.h')
-rw-r--r-- | public/fpdfview.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/fpdfview.h b/public/fpdfview.h index 0ed9187f35..13e4f1f5f1 100644 --- a/public/fpdfview.h +++ b/public/fpdfview.h @@ -248,8 +248,7 @@ DLLEXPORT void STDCALL FPDF_SetPrintTextWithGDI(FPDF_BOOL use_gdi); // All other values are invalid. // Return value: // True if successful, false if unsucessful (typically invalid input). -DLLEXPORT FPDF_BOOL STDCALL -FPDF_SetPrintPostscriptLevel(FPDF_BOOL postscript_level); +DLLEXPORT FPDF_BOOL STDCALL FPDF_SetPrintPostscriptLevel(int postscript_level); #endif // defined(_WIN32) // Function: FPDF_LoadDocument |