X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fbatch.h;h=dd07adb58b632941d0264350b783b386efd97fdc;hb=e98188ff6c9bba9761b71f2a69f3be7eb89ba3da;hp=45101d4356672950dc9439a5401ed1a3311bc307;hpb=190a7e11237351f6b730c28f7b16f183e8adc69c;p=libs%2Fgl.git diff --git a/source/core/batch.h b/source/core/batch.h index 45101d43..dd07adb5 100644 --- a/source/core/batch.h +++ b/source/core/batch.h @@ -40,7 +40,6 @@ private: public: Batch(PrimitiveType); - ~Batch(); PrimitiveType get_type() const { return prim_type; }