parent
69e20c73ad
commit
33ff828411
|
@ -530,8 +530,8 @@ public:
|
||||||
*/
|
*/
|
||||||
BOARD_DESIGN_SETTINGS& GetDesignSettings() const
|
BOARD_DESIGN_SETTINGS& GetDesignSettings() const
|
||||||
{
|
{
|
||||||
// remove const-ness with cast.
|
// remove const-ness with cast. TODO(snh): Make GetDesignSettings const
|
||||||
return (BOARD_DESIGN_SETTINGS&) m_designSettings;
|
return const_cast<BOARD_DESIGN_SETTINGS&>( m_designSettings );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue