]> git.lizzy.rs Git - irrlicht.git/blobdiff - source/Irrlicht/COpenGLDriver.h
Fix various GCC warnings
[irrlicht.git] / source / Irrlicht / COpenGLDriver.h
index 8b2616e141363058a622601f6018481cc672063f..281605fb9103145e475e56d907b1cf3ed9fa397e 100644 (file)
@@ -148,6 +148,9 @@ namespace video
                        const core::rect<s32>& sourceRect, const core::rect<s32>* clipRect = 0,\r
                        const video::SColor* const colors = 0, bool useAlphaChannelOfTexture = false) _IRR_OVERRIDE_;\r
 \r
+               // Explicitly bring in base class methods, otherwise\r
+               // this overload would hide them.\r
+               using CNullDriver::draw2DImage;\r
                virtual void draw2DImage(const video::ITexture* texture, u32 layer, bool flip);\r
 \r
                //! draws a set of 2d images, using a color and the alpha channel of the\r