Browse Source

Formatting.

(cherry picked from commit baaed8ed84)
newinvert
Jeff Young 2 years ago
committed by Roberto Fernandez Bautista
parent
commit
ef23d6776d
  1. 3
      include/view/view_controls.h

3
include/view/view_controls.h

@ -135,7 +135,8 @@ class GAL_API VIEW_CONTROLS
{
public:
VIEW_CONTROLS( VIEW* aView ) :
m_view( aView ), m_cursorWarped( false )
m_view( aView ),
m_cursorWarped( false )
{
}

Loading…
Cancel
Save