projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxUniversal compilation fix.
[wxWidgets.git]
/
include
/
wx
/
msw
/
printwin.h
diff --git
a/include/wx/msw/printwin.h
b/include/wx/msw/printwin.h
index 9f7d368f7aa5e46a00b85f87fdf87ecbd5a43d73..f14cb044a4c8b7c8e50f37fbb67e3efee523a0b9 100644
(file)
--- a/
include/wx/msw/printwin.h
+++ b/
include/wx/msw/printwin.h
@@
-12,7
+12,7
@@
#ifndef _WX_PRINTWIN_H_
#define _WX_PRINTWIN_H_
#ifndef _WX_PRINTWIN_H_
#define _WX_PRINTWIN_H_
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "printwin.h"
#endif
#pragma interface "printwin.h"
#endif
@@
-38,6
+38,8
@@
public:
private:
WXFARPROC m_lpAbortProc;
private:
WXFARPROC m_lpAbortProc;
+
+ DECLARE_NO_COPY_CLASS(wxWindowsPrinter)
};
// ---------------------------------------------------------------------------
};
// ---------------------------------------------------------------------------
@@
-47,8
+49,6
@@
private:
class WXDLLEXPORT wxWindowsPrintPreview : public wxPrintPreviewBase
{
class WXDLLEXPORT wxWindowsPrintPreview : public wxPrintPreviewBase
{
- DECLARE_CLASS(wxWindowsPrintPreview)
-
public:
wxWindowsPrintPreview(wxPrintout *printout,
wxPrintout *printoutForPrinting = NULL,
public:
wxWindowsPrintPreview(wxPrintout *printout,
wxPrintout *printoutForPrinting = NULL,
@@
-60,6
+60,9
@@
public:
virtual bool Print(bool interactive);
virtual void DetermineScaling();
virtual bool Print(bool interactive);
virtual void DetermineScaling();
+
+private:
+ DECLARE_DYNAMIC_CLASS_NO_COPY(wxWindowsPrintPreview)
};
#endif
};
#endif