]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/event.h
automated ifacecheck fixes
[wxWidgets.git] / interface / wx / event.h
index 4c3ac98ffec5df48865408f6fa9a5babbf382d78..7b78100d4a8504dd56001fe0c757dec99912a0e8 100644 (file)
@@ -2399,7 +2399,7 @@ public:
 
         @see SetOrigin()
     */
-    wxHelpEventOrigin GetOrigin() const;
+    wxHelpEvent::Origin GetOrigin() const;
 
     /**
         Returns the left-click position of the mouse, in screen coordinates.
@@ -2412,7 +2412,7 @@ public:
 
         @see GetOrigin()
     */
-    void SetOrigin(wxHelpEventOrigin);
+    void SetOrigin(wxHelpEvent::Origin origin);
 
     /**
         Sets the left-click position of the mouse, in screen coordinates.