View Single Post
Old Apr 28th, 2008, 12:41 PM   #2
Jabo
Not a user?
 
Join Date: Sep 2007
Posts: 245
Rep Power: 1 Jabo is on a distinguished road
Re: initilizer incmplete type

c++ Syntax (Toggle Plain Text)
  1. int Size() const {return _size;}

This doesn't look right to me, you have the const keyword without a name.
Jabo is offline   Reply With Quote