X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fpartcache.h;fp=source%2Fpartcache.h;h=8099676f95d177ecc3855bf00006db2a3aa11263;hp=137bce4c37539a8c032f27b36cff0c35afc89f58;hb=6d9570c97584758e3cfcac6827d439b7fb844cf4;hpb=ab45b7660aec83978871ade009846dcb8c34579f diff --git a/source/partcache.h b/source/partcache.h index 137bce4..8099676 100644 --- a/source/partcache.h +++ b/source/partcache.h @@ -16,6 +16,9 @@ struct CachedPart const GL::Texture2D *texture = nullptr; GL::Mesh *mesh = nullptr; + CachedPart() = default; + CachedPart(CachedPart &&); + CachedPart &operator=(CachedPart &&); ~CachedPart(); };