//! wxWidgets headers
//! wxWidgets/contrib headers
-#include <wx/stc/stc.h> // styled text control
+#include "wx/stc/stc.h" // styled text control
//! application headers
#include "prefs.h" // preferences
public:
//! constructor
- Edit (wxWindow *parent, wxWindowID id = -1,
+ Edit (wxWindow *parent, wxWindowID id = wxID_ANY,
const wxPoint &pos = wxDefaultPosition,
const wxSize &size = wxDefaultSize,
long style = wxSUNKEN_BORDER|wxVSCROLL
};
+#if wxUSE_PRINTING_ARCHITECTURE
+
//----------------------------------------------------------------------------
//! EditPrint
class EditPrint: public wxPrintout {
bool PrintScaling (wxDC *dc);
};
-#endif // _EDIT_H_
+#endif // wxUSE_PRINTING_ARCHITECTURE
+#endif // _EDIT_H_