X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fiscenegraph.h;h=569cf864c08a4e951ac8ef1b97a39e920637d731;hb=c5ecfe71942b6c273e1ad92390faa710044f547e;hp=6b28b0fc9a7122c3f5cf6184ebbd3263f120e987;hpb=62d99f889c0e98be65f779d3983109c84ce58cec;p=xonotic%2Fnetradiant.git diff --git a/include/iscenegraph.h b/include/iscenegraph.h index 6b28b0fc..569cf864 100644 --- a/include/iscenegraph.h +++ b/include/iscenegraph.h @@ -70,6 +70,7 @@ typedef Stack Path; class Graph { public: +virtual ~Graph() = default; INTEGER_CONSTANT( Version, 1 ); STRING_CONSTANT( Name, "scenegraph" );