16
System / Re: [SFML 1.6] MultiThreading on a Client Class getting error
« on: July 09, 2012, 01:21:33 pm »
Ok, I am on SFML 2.0 now.
And now I get this error:
I can't declare sf::Thread without the constructor, and I can't construct on my class Client... how I should do it?
And now I get this error:
error: no matching function for call to 'sf::Thread::Thread()'|
note: candidates are: sf::Thread::Thread(const sf::Thread&)|
note: candidates are: sf::Thread::Thread(const sf::Thread&)|
I can't declare sf::Thread without the constructor, and I can't construct on my class Client... how I should do it?