Index: glom/base_db.h =================================================================== RCS file: /cvs/gnome/glom/glom/base_db.h,v retrieving revision 1.52 diff -u -r1.52 base_db.h --- glom/base_db.h 20 Mar 2006 14:15:58 -0000 1.52 +++ glom/base_db.h 23 Mar 2006 22:17:22 -0000 @@ -239,7 +239,7 @@ void report_build_groupby(const Glib::ustring& table_name, xmlpp::Element& parent_node, const sharedptr& group_by, const Glib::ustring& where_clause_parent); void report_build_groupby_children(const Glib::ustring& table_name, xmlpp::Element& nodeGroupBy, const sharedptr& group_by, const Glib::ustring& where_clause); void report_build_summary(const Glib::ustring& table_name, xmlpp::Element& parent_node, const sharedptr& summary, const Glib::ustring& where_clause_parent); - void Base_DB::report_build_headerfooter(const Glib::ustring& table_name, xmlpp::Element& parent_node, const sharedptr& group, const Glib::ustring& where_clause); + void report_build_headerfooter(const Glib::ustring& table_name, xmlpp::Element& parent_node, const sharedptr& group, const Glib::ustring& where_clause); typedef std::vector< sharedptr > type_vecLayoutItems; Index: glom/frame_glom.h =================================================================== RCS file: /cvs/gnome/glom/glom/frame_glom.h,v retrieving revision 1.44 diff -u -r1.44 frame_glom.h --- glom/frame_glom.h 14 Feb 2006 12:44:01 -0000 1.44 +++ glom/frame_glom.h 23 Mar 2006 22:17:22 -0000 @@ -107,7 +107,7 @@ bool connection_request_password_and_attempt(); //Show the dialog to request the password, and choose an unused database name. - bool Frame_Glom::connection_request_password_and_choose_new_database_name(); + bool connection_request_password_and_choose_new_database_name(); ///Create the database for new documents, showing the Connection dialog bool create_database(const Glib::ustring& database_name, const Glib::ustring& title, bool request_password = true);