diff options
Diffstat (limited to 'src/Print.cpp')
-rw-r--r-- | src/Print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Print.cpp b/src/Print.cpp index 616d26d..40f4977 100644 --- a/src/Print.cpp +++ b/src/Print.cpp @@ -110,7 +110,7 @@ extern "C" BOOL EditPrint(HWND hwnd,LPCWSTR pszDocTitle,LPCWSTR pszPageFormat) int lengthDocMax;
int lengthPrinted;
- struct RangeToFormat frPrint;
+ struct Sci_RangeToFormat frPrint;
int pageNum;
BOOL printPage;
|