Build fix.

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

View File

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