Changes in qgl_win.cpp
    Peter Kuemmel 
    kuemmel at coffeelogic.de
       
    Sat Aug 28 12:15:40 CEST 2004
    
    
  
gcc don't care about no return value.
A dummy implementation is:
const QGLColormap & QGLWidget::colormap() const
{
	return QGLColormap();
}
Regards,
Peter
Andreas Hausladen wrote:
> The Borland compiler says:
> Error E2364 opengl\qgl_win.cpp 228: Attempting to return a reference to 
> a local object in function QGLWidget::colormap() const
> 
> 
> -- 
> Regards,
> 
> Andreas Hausladen
> _______________________________________________
> kde-cygwin mailing list
> kde-cygwin at kde.org
> https://mail.kde.org/mailman/listinfo/kde-cygwin
> 
    
    
More information about the kde-cygwin
mailing list