opengl\qgl_win.cpp in 3.3

Andreas Hausladen Andreas.Hausladen at gmx.de
Fri Sep 17 23:34:43 CEST 2004


opengl\qgl_win.cpp:
Error E2364 opengl\qgl_win.cpp 224: Attempting to return a reference to a 
local object in function QGLWidget::colormap() const

This error message in this file sounds familar. Oh I know it, I had fixed it 
in the 3_BRANCH.
The CVS History says: added missing function

So you missed one thing:
const QGLColormap & QGLWidget::colormap() const
{
    return QGLColormap();
}
must be:
    return cmap;


Regards,

Andreas Hausladen 



More information about the kde-cygwin mailing list