From 30dfe45759f6c28f0c62e51b5be9c48b40a08605 Mon Sep 17 00:00:00 2001 From: Robin Dunn <> Date: Tue, 27 Aug 2019 08:08:22 -0700 Subject: [PATCH] undo incorrect search/replace --- include/wx/motif/cursor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/motif/cursor.h b/include/wx/motif/cursor.h index 0cce9a83a1..0658abc6ec 100644 --- a/include/wx/motif/cursor.h +++ b/include/wx/motif/cursor.h @@ -43,7 +43,7 @@ public: // Motif-specific. // Create/get a cursor for the current display - WXCursor GetEndXursor(WXDisplay* display) const; + WXCursor GetXCursor(WXDisplay* display) const; protected: virtual wxGDIRefData *CreateGDIRefData() const;