[glom/glom-1-30] Fix the build.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-30] Fix the build.
- Date: Wed, 8 Jun 2016 20:56:37 +0000 (UTC)
commit 021d1d6da473cbd5df558d1abc5f0f4996e41972
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Jun 8 20:55:14 2016 +0200
Fix the build.
glom/libglom/db_utils.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/libglom/db_utils.cc b/glom/libglom/db_utils.cc
index b7dd8c6..85b764a 100644
--- a/glom/libglom/db_utils.cc
+++ b/glom/libglom/db_utils.cc
@@ -2329,7 +2329,7 @@ type_map_fields get_record_field_values(const Document* document, const Glib::us
}
catch(const Glib::Exception& ex)
{
- const auto sql_query = SqlUtils::sqlbuilder_get_full_query(query);
+ const auto sql_query = Utils::sqlbuilder_get_full_query(query);
std::cerr << G_STRFUNC << ": Exception while executing SQL: " << sql_query << std::endl;
handle_error(ex);
return field_values;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]