summaryrefslogtreecommitdiff
path: root/databases/pgadmin3-12/files/patch-src-include-dlgView.h
blob: 8d77181ae8f18cf174a2622b88969ea5c5bcea6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/include/dlgView.h.orig	Mon Jun 28 00:53:54 2004
+++ src/include/dlgView.h	Mon Jun 28 00:54:12 2004
@@ -34,6 +34,7 @@
     wxString oldDefinition;
 
     void OnChange(wxNotifyEvent &ev);
+    void OnChangeStyled(wxStyledTextEvent &ev);
 
     ctlSQLBox *sqlBox;