Minor formatting and style fixes to the previous commit
Fix indentation and spacing. Also declare some variables when initializing them and make them const if they don't change later.
This commit is contained in:
committed by
New Pagodi
parent
df1456e4e2
commit
8d75368a30
@@ -4500,7 +4500,8 @@ wxGraphicsRenderer* wxGraphicsRenderer::GetDirect2DRenderer()
|
||||
return gs_D2DRenderer;
|
||||
}
|
||||
|
||||
wxD2DRenderer::wxD2DRenderer():m_direct2dFactory(wxD2D1Factory())
|
||||
wxD2DRenderer::wxD2DRenderer()
|
||||
: m_direct2dFactory(wxD2D1Factory())
|
||||
{
|
||||
if ( m_direct2dFactory.get() == NULL )
|
||||
{
|
||||
|
Reference in New Issue
Block a user