Skip to content

Commit e3dc9cb

Browse files
committed
extern C
1 parent 4bd4a7f commit e3dc9cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/QCPDialog.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
#ifndef QCPDIALOG_H
22
#define QCPDIALOG_H
33

4-
#include <QAbstractPrintDialog>
4+
extern "C" {
55
#include <CPDFrontend.h>
6+
}
7+
8+
#include <QAbstractPrintDialog>
69

710
class QPrinter;
811
class QGridLayout;

0 commit comments

Comments
 (0)