View Single Post
  #12  
Old 10-12-2005, 11:27 AM
johane
Sarnak
 
Join Date: Sep 2005
Location: Gold Coast, Oz
Posts: 69
Default

Quote:
Originally Posted by gottasummer
Same error! Help
There's a few posts that describe how to fix this already, but here we go:

Find the class declaration where the errors are (common/Item.h around line 280)
Find the word
Code:
public:
Move that word down to just after the last method that the compiler complains about.

Note that it's worthwhile learning a bit about C++ - there are heaps of good books and web references that can teach you about C++ scoping and hiding.
Reply With Quote