From be9eb5ee20b2e8edf258d756f0211bc47ace6973 Mon Sep 17 00:00:00 2001 From: dsarrut Date: Tue, 27 Apr 2010 09:01:15 +0000 Subject: [PATCH] - remove "private" --- common/vvImage.h | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.49.0