]> Creatis software - clitk.git/commitdiff
- remove "private"
authordsarrut <dsarrut>
Tue, 27 Apr 2010 09:01:15 +0000 (09:01 +0000)
committerdsarrut <dsarrut>
Tue, 27 Apr 2010 09:01:15 +0000 (09:01 +0000)
common/vvImage.h

index 106189f2310aea4b142d22d474efa2bac5243557..0aa33a44c31ceb1efa1cd7a87e2b96fcdefe9f07 100644 (file)
@@ -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; }