X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture3d.h;h=679b6a50ee609175c4725e4998a7aa5538b4f6bf;hb=9f00daecc2517aa8fd5a6e4545b2db3f2fff985d;hp=437c852ab92f943ed569de54eb4c61f6b34402bf;hpb=03d3984ecd2c4e7c38b6a62b4b7a81bab69f8d40;p=libs%2Fgl.git diff --git a/source/texture3d.h b/source/texture3d.h index 437c852a..679b6a50 100644 --- a/source/texture3d.h +++ b/source/texture3d.h @@ -71,7 +71,7 @@ public: height times its depth. Deprecated in favor of the base class version.*/ - void load_image(const std::string &fn, int dp = -1); + DEPRECATED void load_image(const std::string &fn, int dp = -1); using Texture::load_image;