From: Weiqi Gao Newsgroups: comp.os.msdos.djgpp Subject: Re: Classes and such... Date: Sun, 10 May 1998 12:28:44 -0500 Organization: Spectrum Healthcare Services Lines: 16 Message-ID: <3555E3CC.BED7ABA@a.crl.com> References: <199805101610 DOT MAA12793 AT ultrasparc-3 DOT g-net DOT net> NNTP-Posting-Host: a116008.stl1.as.crl.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Greg Phillips wrote: > > class DCPaletteType > { > ...... > } You need a semi-colon after the closing brace of the class declaration. class DCPaletteType { ...... }; -- Weiqi Gao weiqigao AT a DOT crl DOT com