Fix #include form for a wx header in the sample

Use quotes, not angle brackets, for #includes in wx source tree itself.

No real changes.
This commit is contained in:
Stefan Csomor
2020-07-17 10:59:38 +02:00
committed by Vadim Zeitlin
parent e6945aeedc
commit c8ede8d430

View File

@@ -2108,7 +2108,7 @@ void MyCanvas::UseGraphicRenderer(wxGraphicsRenderer* renderer)
#if wxUSE_DC_TRANSFORM_MATRIX #if wxUSE_DC_TRANSFORM_MATRIX
#include <wx/valnum.h> #include "wx/valnum.h"
class TransformDataDialog : public wxDialog class TransformDataDialog : public wxDialog
{ {