freebsd-ports/databases/mysql-query-browser/files/patch-MCrontab.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

13 lines
616 B
C++

--- 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);