Build fix.
This commit is contained in:
parent
9bd7ba36ac
commit
aabd2a46d0
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue