Bug 978414 - GLContextCGL::IsDoubleBuffered should be const at definition. - r=bustage on a CLOSED TREE

This commit is contained in:
Jeff Gilbert 2014-03-03 19:13:34 -08:00
parent 304ca88775
commit 455a10d14e

View File

@ -163,7 +163,7 @@ GLContextCGL::SetupLookupFunction()
}
bool
GLContextCGL::IsDoubleBuffered()
GLContextCGL::IsDoubleBuffered() const
{
return gUseDoubleBufferedWindows;
}