last-svn-commit-590-gf046b9f mln/io/plot/save.hh: Remove an inline keyword.

--- milena/ChangeLog | 4 ++++ milena/mln/io/plot/save.hh | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index defd3c1..358a06b 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,9 @@ 2010-11-15 Guillaume Lazzara <z@lrde.epita.fr> + * mln/io/plot/save.hh: Remove an inline keyword. + +2010-11-15 Guillaume Lazzara <z@lrde.epita.fr> + Add missing MLN_WO_GLOBAL_VARS conditions. * mln/canvas/browsing/backdiagonal2d.hh diff --git a/milena/mln/io/plot/save.hh b/milena/mln/io/plot/save.hh index 57e3b80..d217915 100644 --- a/milena/mln/io/plot/save.hh +++ b/milena/mln/io/plot/save.hh @@ -58,12 +58,11 @@ namespace mln \param[in] start_value The start index value of the plot (optional). */ template <typename T> - void save(util::array<T>& arr, const std::string& filename, - int start_value); + void save(const util::array<T>& arr, const std::string& filename, + int start_value = 0); /// \overload template <typename T> - inline void save(const histo::array<T>& arr, const std::string& filename); # ifndef MLN_INCLUDE_ONLY -- 1.5.6.5
participants (1)
-
Guillaume Lazzara