This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Undefined References


On Dec 1, 2007 9:42 AM, Tom Browder <tom.browder@gmail.com> wrote:
...
>   define the virtual function:
>
>  virtual void setCurrentSprite(int){} // not '{}' and not ';'

That should have been:

  virtual void setCurrentSprite(int){} // note '{}' and not ';'

-Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]