]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/batch.h
Add correct copy and move semantics to most classes
[libs/gl.git] / source / core / batch.h
index 45101d4356672950dc9439a5401ed1a3311bc307..dd07adb58b632941d0264350b783b386efd97fdc 100644 (file)
@@ -40,7 +40,6 @@ private:
 
 public:
        Batch(PrimitiveType);
-       ~Batch();
 
        PrimitiveType get_type() const { return prim_type; }