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:
committed by
Vadim Zeitlin
parent
e6945aeedc
commit
c8ede8d430
@@ -2108,7 +2108,7 @@ void MyCanvas::UseGraphicRenderer(wxGraphicsRenderer* renderer)
|
||||
|
||||
|
||||
#if wxUSE_DC_TRANSFORM_MATRIX
|
||||
#include <wx/valnum.h>
|
||||
#include "wx/valnum.h"
|
||||
|
||||
class TransformDataDialog : public wxDialog
|
||||
{
|
||||
|
Reference in New Issue
Block a user