SFML community forums

Bindings - other languages => D => Topic started by: RobotGymnast on February 05, 2011, 09:42:33 pm

Title: RenderImage is abstract class?
Post by: RobotGymnast on February 05, 2011, 09:42:33 pm
Is dsfml.graphics.renderimage.RenderImage supposed to be an abstract class? It overrides .dispose(), but it overrides it with a package-private .dispose(), which (I believe) makes it nonvirtual. As a result, it's abstract - is it supposed to be?