- Rogue int as LAYER_MSK (will break with more than 32 layers)

- Comment fix
This commit is contained in:
Lorenzo Marcantonio 2013-08-15 17:20:25 +02:00
parent 761023f6bc
commit ddff71c11b
2 changed files with 2 additions and 2 deletions

View File

@ -381,7 +381,7 @@ bool PCB_EDIT_FRAME::HandleBlockEnd( wxDC* DC )
void PCB_EDIT_FRAME::Block_SelectItems()
{
int layerMask;
LAYER_MSK layerMask;
GetScreen()->m_BlockLocate.Normalize();

View File

@ -614,7 +614,7 @@ public:
void SetZoneSettings( const ZONE_SETTINGS& aSettings ) { m_zoneSettings = aSettings; }
/**
* Function SetColorSettings
* Function GetColorSettings
* @return the current COLORS_DESIGN_SETTINGS in use
*/
COLORS_DESIGN_SETTINGS* GetColorsSettings() const { return m_colorsSettings; }