View Single Post
Posts: 180 | Thanked: 76 times | Joined on May 2010
#9
Originally Posted by rooster13 View Post
IAre u by any chance including the Delegate twice in two different classes?
That shouldn't be a problem.

But if you have it like this way there is a problem:

file1.h:
Code:
#include "file2.h"
file2.h
Code:
#include "file1.h"
Use forward declaration like rooster13 said.
 

The Following User Says Thank You to Diph For This Useful Post: