View Single Post
  #6  
Old 09-09-2006, 04:01 AM
arew264
Fire Beetle
 
Join Date: Sep 2006
Posts: 22
Default

Well, that line now looks like:
static const char *StreamTypeString(EQStreamType t);
and it was
static const char *EQStream::StreamTypeString(EQStreamType t);
It seems to be compiling now...
Thanks!
Reply With Quote