diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-18 17:35:29 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-18 17:35:29 +0000 |
commit | 44e1a837db51799ef23068699f366991334a3494 (patch) | |
tree | 3e8adc3136918f6773584c18ef6f8019a740297d /databases/mysql-query-browser/files/patch-MCrontab.h | |
parent | Add `pypersrc', a source browser written in Python and C++ that (diff) |
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>
Notes
Notes:
svn path=/head/; revision=159887
Diffstat (limited to 'databases/mysql-query-browser/files/patch-MCrontab.h')
-rw-r--r-- | databases/mysql-query-browser/files/patch-MCrontab.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/mysql-query-browser/files/patch-MCrontab.h b/databases/mysql-query-browser/files/patch-MCrontab.h new file mode 100644 index 000000000000..4986a8b1372e --- /dev/null +++ b/databases/mysql-query-browser/files/patch-MCrontab.h @@ -0,0 +1,13 @@ +--- mysql-gui-common/source/linux/MCrontab.h.orig Sat Apr 8 21:17:27 2006 ++++ mysql-gui-common/source/linux/MCrontab.h Sat Apr 8 21:18:01 2006 +@@ -41,8 +41,8 @@ + public:
+ bool find_entry_by_comment(const std::string &comment, Entry &entry);
+
+- bool MCrontab::remove_entry_with_comment(const std::string &comment,
+- const std::string &command="");
++ bool remove_entry_with_comment(const std::string &comment,
++ const std::string &command="");
+
+ void add_entry(Entry &entry, const std::string &comment);
+
|