[glom] Fix the build.



commit 934acffffb9860fda4a98e343bb52a64a0bce7bf
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Mar 7 18:05:25 2016 +0100

    Fix the build.

 glom/libglom/data_structure/glomconversions.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/libglom/data_structure/glomconversions.cc b/glom/libglom/data_structure/glomconversions.cc
index 36c69fa..e1bf806 100644
--- a/glom/libglom/data_structure/glomconversions.cc
+++ b/glom/libglom/data_structure/glomconversions.cc
@@ -498,7 +498,7 @@ Glib::ustring Conversions::get_text_for_gda_value(Field::glom_field_type glom_ty
     std::stringstream another_stream;
     another_stream.imbue(locale); //Tell it to parse stuff as per this locale.
 
-    constexpr auto precision = std::numeric_limits<decltype(number)>::maxdigits10;
+    constexpr auto precision = std::numeric_limits<decltype(number)>::max_digits10;
     another_stream << std::setprecision(precision);
 
     //Numeric formatting:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]