View Single Post
Old Apr 5th, 2006, 11:46 AM   #5
The Dark
Expert Programmer
 
Join Date: Jun 2005
Posts: 884
Rep Power: 4 The Dark is on a distinguished road
I'm pretty sure to get that to complile, you must have another historyRec struct declaration around somewhere. Possibly you have a forward declaration that is not in the class. Put the forward declaration in the class.
The Dark is offline   Reply With Quote