FBO protected members

Hello!
I have been running into some problems using the ofxFBOTexture class. When I try to compile using Xcode I always get an error saying that some of the members are protected so they cannot be accessed. The methods are:
void swapIn();
void swapOut();
void setupScreenForMe();
void setupScreenForThem();

Probably i am outdated, is there any new version of the class?, is there any access function for such methods?

Thank you
Emmanuel

That’s strange. Those methods are all public in the version of ofxFBOTexture I have. Can you post a zip of the addon version you have?

Hey, thank you for replying. Herewith the version I have. I am constantly running into the problem of figuring out which version of what is outdated.

ofxFBOTexture.zip