Commit 76fe3727 authored by cutealien's avatar cutealien

COpenGLDriver doesn't seem to need COpenGLCacheHandler or COpenGLTexture as...

COpenGLDriver doesn't seem to need COpenGLCacheHandler or COpenGLTexture as friends. So removed those.
If one of them is needed again please write 'friend class COpenGLCacheHandler' instead of 'friend COpenGLCacheHandler' as 
older gcc compilers (4.4.7) won't accept it otherwise.
Thanks @umen for reporting.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5226 dfc29bdd-3216-0410-991c-e03cc46cb475
parent c0e1680f
......@@ -33,8 +33,6 @@ namespace video
class COpenGLDriver : public CNullDriver, public IMaterialRendererServices, public COpenGLExtensionHandler
{
friend COpenGLCacheHandler;
friend COpenGLTexture;
public:
// Information about state of fixed pipeline activity.
enum E_OPENGL_FIXED_PIPELINE_STATE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment