Build fix.

This commit is contained in:
Maciej Suminski 2013-08-15 16:23:54 +02:00
parent 9bd7ba36ac
commit aabd2a46d0
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public:
*/ */
KiGfx::VIEW_CONTROLS* GetViewControls() const KiGfx::VIEW_CONTROLS* GetViewControls() const
{ {
return m_viewControls; return (KiGfx::VIEW_CONTROLS*)( m_viewControls );
} }
/// @copydoc wxWindow::Refresh() /// @copydoc wxWindow::Refresh()