ports/databases/mysql-query-browser/files/patch-MGPreferences.h
Sergey Matveychuk 44e1a837db MySQL Query Browser is a database querying tool that combines the simplicity
of a Web-browser-like interface with powerful features like multiple result
sets on tab sheets, query history, storing query "bookmarks", editing and
comparing resultsets, SQL script debugging, and more.

WWW: http://www.mysql.com/products/tools/query-browser/

PR:		ports/95530
Submitted by:	Rainer Alves <rainer.alves@gmail.com>
2006-04-18 17:35:29 +00:00

11 lines
626 B
C++

--- mysql-gui-common/source/linux/MGPreferences.h.orig Sat Apr 8 21:21:45 2006
+++ mysql-gui-common/source/linux/MGPreferences.h Sat Apr 8 21:22:58 2006
@@ -40,7 +40,7 @@
virtual MYX_APPLICATION_OPTIONS *prepare_options()= 0;
const char *find_value(MYX_OPTION_GROUP *group, const char *name);
- std::list<const char *>MGOptions::find_values(MYX_OPTION_GROUP *group, const char *name);
+ std::list<const char *> find_values(MYX_OPTION_GROUP *group, const char *name);
void add_group(MYX_APPLICATION_OPTIONS *options, const char *name,
const std::list<ValuePair> &values);