~michele-castellana/kicad/new_tree_view

« back to all changes in this revision

Viewing changes to pcbnew/class_board_connected_item.h

  • Committer: Wayne Stambaugh
  • Author(s): Simon Richter
  • Date: 2016-06-29 15:09:55 UTC
  • Revision ID: stambaughw@verizon.net-20160629150955-dgx470rdtmfs6lw3
Replace boost::shared_ptr with std::shared_ptr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
      * Function GetNetClass
172
172
      * returns the NETCLASS for this item.
173
173
      */
174
 
     boost::shared_ptr<NETCLASS> GetNetClass() const;
 
174
    std::shared_ptr<NETCLASS> GetNetClass() const;
175
175
 
176
176
    /**
177
177
     * Function GetNetClassName