Reformatting.
This commit is contained in:
parent
12e10fd43a
commit
80901c69cf
|
@ -229,7 +229,6 @@ void TOOL_DISPATCHER::DispatchWxEvent( wxEvent &aEvent )
|
|||
m_toolMgr->ProcessEvent( *evt );
|
||||
|
||||
aEvent.Skip();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -70,7 +70,6 @@ template<class ReturnType>
|
|||
class DELEGATE0 {
|
||||
public:
|
||||
typedef ReturnType ( DELEGATE0<ReturnType>::*MemberPointer )();
|
||||
|
||||
typedef ReturnType _ReturnType;
|
||||
|
||||
DELEGATE0 ()
|
||||
|
|
|
@ -119,8 +119,8 @@ void SELECTION_TOOL::selectSingle( const VECTOR2I& aWhere, bool aAdditive )
|
|||
GENERAL_COLLECTORS_GUIDE guide = getEditFrame<PCB_EDIT_FRAME>()->GetCollectorsGuide();
|
||||
GENERAL_COLLECTOR collector;
|
||||
|
||||
collector.Collect( pcb, GENERAL_COLLECTOR::AllBoardItems, wxPoint( aWhere.x, aWhere.y ),
|
||||
guide );
|
||||
collector.Collect( pcb, GENERAL_COLLECTOR::AllBoardItems,
|
||||
wxPoint( aWhere.x, aWhere.y ), guide );
|
||||
|
||||
switch( collector.GetCount() )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue