From: dsarrut Date: Tue, 27 Apr 2010 09:01:15 +0000 (+0000) Subject: - remove "private" X-Git-Tag: v1.2.0~683 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=be9eb5ee20b2e8edf258d756f0211bc47ace6973;p=clitk.git - remove "private" --- diff --git a/common/vvImage.h b/common/vvImage.h index 106189f..0aa33a4 100644 --- a/common/vvImage.h +++ b/common/vvImage.h @@ -70,7 +70,6 @@ public : void SetTranslationY(int yvalue); void SetTranslationZ(int zvalue); void SetOrigin(double value[3]); - private: void SetTimeSpacing(double s) { mTimeSpacing = s; } void SetTimeOrigin(double o) { mTimeOrigin = o; }