X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture3d.h;h=679b6a50ee609175c4725e4998a7aa5538b4f6bf;hb=df20a7e137542a4156cc5ffa8118d59de6b68547;hp=437c852ab92f943ed569de54eb4c61f6b34402bf;hpb=fd18332856ddd03f79a54dd034d53cb0a384335d;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;