From 2cdf5ecd88c68897ff08e2d51383c8c92839f85e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 11 May 1999 00:31:34 +0000 Subject: [PATCH] removed redun gdd: --- src/gdd/gdd.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/gdd/gdd.h b/src/gdd/gdd.h index 84c161293..0868f53b3 100644 --- a/src/gdd/gdd.h +++ b/src/gdd/gdd.h @@ -8,6 +8,9 @@ * $Id$ * * $Log$ + * Revision 1.27 1999/05/10 23:42:25 jhill + * fixed many const releated problems + * * Revision 1.26 1999/04/30 15:24:53 jhill * fixed improper container index bug * @@ -492,7 +495,7 @@ public: operator aitUint8(void) const; operator aitInt8(void) const; operator aitString(void) const; - // gdd::operator aitFixedString(void); // not present + // operator aitFixedString(void); // not present // // added by JOH 4-23-99 so that the correct method @@ -586,7 +589,7 @@ private: aitUint16 ref_cnt; aitUint8 flags; - const gdd* gdd::indexDD (aitIndex index) const; + const gdd* indexDD (aitIndex index) const; };