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 eecde05734
commit 3a7ff29a22

View File

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