summaryrefslogtreecommitdiff
path: root/cad/boolean/patches/patch-ai
blob: 037dbd947a7bf761110c9699e82735fe9b989dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.1 2007/02/23 16:42:31 wiz Exp $

--- apps/edit/include/insdlg.h.orig	2005-03-04 14:21:00.000000000 +0000
+++ apps/edit/include/insdlg.h
@@ -84,7 +84,7 @@ public:
                         const wxPoint& pos,
                         const wxSize& size, long style , MyBoolEdit* edit
                  );
-      void MyCheckBox::OnMouseEvent(wxMouseEvent& event);
+      void OnMouseEvent(wxMouseEvent& event);
       DECLARE_EVENT_TABLE()
       MyBoolEdit* m_edit;
 };