1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/databases/pgadmin3/files/patch-src-include-dlgFunction.h
Max Khon 964b1fe1d9 Update to 1.0.2.
Use wxWidgets 2.5.2.
2004-06-27 21:18:25 +00:00

11 lines
391 B
C

--- src/include/dlgFunction.h.orig Mon Jun 28 00:49:55 2004
+++ src/include/dlgFunction.h Mon Jun 28 00:50:16 2004
@@ -33,6 +33,7 @@
pgFunction *function;
void OnChange(wxNotifyEvent &ev);
+ void OnChangeStyled(wxStyledTextEvent &ev);
void OnSelChangeLanguage(wxNotifyEvent &ev);
void OnSelChangeArg(wxNotifyEvent &ev);
void OnSelChangeType(wxNotifyEvent &ev);