Added missing 'def'

This commit is contained in:
Maciej Suminski 2015-05-21 00:47:53 +02:00
parent 420c1d1bcd
commit 48a74dba37
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ OPENGL_GAL::OPENGL_GAL( wxWindow* aParent, wxEvtHandler* aMouseListener,
isGrouping = false;
groupCounter = 0;
#if RETINA_OPENGL_PATCH
#ifdef RETINA_OPENGL_PATCH
SetViewWantsBestResolution( true );
#endif