I can't seem to make this undefined reference go away.
http://imgur.com/1qqDi.png (screenshot of issue)
I have this code under the private section of Scene.h:
static Scene * scene_;
There is a #include "Scene.h" at the very first part of the header of Scene.cpp
This is the only error I'm receiving at the moment, any ideas?
I'll supply any other info you want.