Browse Source

router: keep board in base Kicad Iface class

pull/16/head
Tomasz Wlostowski 6 years ago
parent
commit
4281bd8207
  1. 1
      pcbnew/router/pns_kicad_iface.h

1
pcbnew/router/pns_kicad_iface.h

@ -108,7 +108,6 @@ private:
std::unordered_set<BOARD_CONNECTED_ITEM*> m_hiddenItems;
PNS::ROUTER* m_router;
BOARD* m_board;
PCB_TOOL_BASE* m_tool;
std::unique_ptr<BOARD_COMMIT> m_commit;
const PCB_DISPLAY_OPTIONS* m_dispOptions;

Loading…
Cancel
Save