X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=radiant%2Ffeedback.h;h=b683a316d76ea07abe1cc48b43c238b36614b68e;hb=d052c83e50a258421e1f51ac99b135b403c18989;hp=db7f0da42e1b545f8e45ccdd37bf20cbd461c916;hpb=1ce2d1a4685918788e3f22c8f26f652e474da6c0;p=xonotic%2Fnetradiant.git diff --git a/radiant/feedback.h b/radiant/feedback.h index db7f0da4..b683a316 100644 --- a/radiant/feedback.h +++ b/radiant/feedback.h @@ -30,7 +30,6 @@ #include "math/vector.h" #include "stream/stringstream.h" -#include #include "xmlstuff.h" #include "dialog.h" #include "xywindow.h" @@ -40,6 +39,7 @@ class IGL2DWindow { public: +virtual ~IGL2DWindow() = default; // Increment the number of references to this object virtual void IncRef() = 0; // Decrement the reference count