Commit aabd2a46 authored by Maciej Suminski's avatar Maciej Suminski

Build fix.

parent 9bd7ba36
...@@ -95,7 +95,7 @@ public: ...@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment