summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-08-27 10:04:15 -0400
committerDavid Tardon <dtardon@redhat.com>2012-10-07 10:42:13 +0200
commitb5bc77572338d04f8ff165ca85111096ce1d4804 (patch)
tree71c45e24515fe12614441c62ff69a8494216ac9d /chart2/source
parent45814f70b88c26b2a34c49e705f07f7c7dcc5a93 (diff)
fix chart2 build with VS2012
Change-Id: Ieae76bfd0a3f9612c0bb573029912d5c6efa6add
Diffstat (limited to 'chart2/source')
-rw-r--r--chart2/source/controller/dialogs/DialogModel.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/DialogModel.cxx b/chart2/source/controller/dialogs/DialogModel.cxx
index e1e445b74faf..601c19b208e0 100644
--- a/chart2/source/controller/dialogs/DialogModel.cxx
+++ b/chart2/source/controller/dialogs/DialogModel.cxx
@@ -187,6 +187,7 @@ struct lcl_DataSeriesContainerAppend : public
lcl_DataSeriesContainerAppend & operator* () { return *this; }
lcl_DataSeriesContainerAppend & operator++ () { return *this; }
lcl_DataSeriesContainerAppend & operator++ (int) { return *this; }
+ lcl_DataSeriesContainerAppend & operator= ( lcl_DataSeriesContainerAppend& ) { return *this; }
private:
tContainerType & m_rDestCnt;
@@ -245,6 +246,7 @@ struct lcl_RolesWithRangeAppend : public
lcl_RolesWithRangeAppend & operator* () { return *this; }
lcl_RolesWithRangeAppend & operator++ () { return *this; }
lcl_RolesWithRangeAppend & operator++ (int) { return *this; }
+ lcl_RolesWithRangeAppend & operator= ( lcl_RolesWithRangeAppend& ) { return *this; }
private:
tContainerType & m_rDestCnt;