Kaydet (Commit) b5bc7757 authored tarafından Peter Foley's avatar Peter Foley Kaydeden (comit) David Tardon

fix chart2 build with VS2012

Change-Id: Ieae76bfd0a3f9612c0bb573029912d5c6efa6add
üst 45814f70
...@@ -187,6 +187,7 @@ struct lcl_DataSeriesContainerAppend : public ...@@ -187,6 +187,7 @@ struct lcl_DataSeriesContainerAppend : public
lcl_DataSeriesContainerAppend & operator* () { return *this; } lcl_DataSeriesContainerAppend & operator* () { return *this; }
lcl_DataSeriesContainerAppend & operator++ () { return *this; } lcl_DataSeriesContainerAppend & operator++ () { return *this; }
lcl_DataSeriesContainerAppend & operator++ (int) { return *this; } lcl_DataSeriesContainerAppend & operator++ (int) { return *this; }
lcl_DataSeriesContainerAppend & operator= ( lcl_DataSeriesContainerAppend& ) { return *this; }
private: private:
tContainerType & m_rDestCnt; tContainerType & m_rDestCnt;
...@@ -245,6 +246,7 @@ struct lcl_RolesWithRangeAppend : public ...@@ -245,6 +246,7 @@ struct lcl_RolesWithRangeAppend : public
lcl_RolesWithRangeAppend & operator* () { return *this; } lcl_RolesWithRangeAppend & operator* () { return *this; }
lcl_RolesWithRangeAppend & operator++ () { return *this; } lcl_RolesWithRangeAppend & operator++ () { return *this; }
lcl_RolesWithRangeAppend & operator++ (int) { return *this; } lcl_RolesWithRangeAppend & operator++ (int) { return *this; }
lcl_RolesWithRangeAppend & operator= ( lcl_RolesWithRangeAppend& ) { return *this; }
private: private:
tContainerType & m_rDestCnt; tContainerType & m_rDestCnt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment