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