Sorry, I mean:

Code:
class aanroepding {
public:
	void laatestzien() { std::cout << "some textasdasdasdasdasd"; } //this is the function that is getting called, only when I edit the text, it does not update. 
};
Yes I recompile