freebsd-ports/math/wxMaxima/files/patch-src_MathCtrl.h
Nicola Vitale f6c3cbf6fa - Fix build on FreeBSD-9.3-RELEASE [1] with a couple of
patches provided upstream
- Remove textproc/libxml2 from dependencies, and so
  bump PORTREVISION

Reported by:	pkg-fallout [1]
2015-02-05 22:40:37 +00:00

11 lines
421 B
C

--- src/MathCtrl.h.orig 2015-02-05 22:22:16 UTC
+++ src/MathCtrl.h
@@ -211,7 +211,7 @@ protected:
void OnCharNoActive(wxKeyEvent& event);
void OnChar(wxKeyEvent& event);
void SelectEditable(EditorCell *editor, bool up);
- void SelectWithChar(wxChar ccode);
+ void SelectWithChar(int ccode);
void ClickNDrag(wxPoint down, wxPoint up);
void AdjustSize();
void OnEraseBackground(wxEraseEvent& event) { }