fixed a copy-paste typo

preferencesAboutTextFull
Clément Fauconnier 4 years ago
parent 76766fbedf
commit 600f1bccef
  1. 8
      src/pdf/XPDFRenderer.h

@ -43,10 +43,10 @@
#include <xpdf/PDFDoc.h>
THIRD_PARTY_WARNINGS_ENABLE
#else
#include <xpdf/Object.h>
#include <xpdf/GlobalParams.h>
#include <xpdf/SplashOutputDev.h>
#include <xpdf/PDFDoc.h>
#include <poppler/Object.h>
#include <poppler/GlobalParams.h>
#include <poppler/SplashOutputDev.h>
#include <poppler/PDFDoc.h>
#endif
class PDFDoc;

Loading…
Cancel
Save