~andrew-plumb/kicad/kicad

« back to all changes in this revision

Viewing changes to include/fp_lib_table.h

  • Committer: Dick Hollenbeck
  • Date: 2013-10-04 22:40:25 UTC
  • Revision ID: dick@softplc.com-20131004224025-bp8qgigm431jqdc2
FP_LIB_TABLE::ROW::SetType() ensures sensible value of "KiCad" if nothing good comes in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
         * Function SetType
182
182
         * changes the type represented by this row.
183
183
         */
184
 
        void SetType( const wxString& aType )       { type = IO_MGR::EnumFromStr( aType ); }
 
184
        void SetType( const wxString& aType );
185
185
 
186
186
        /**
187
187
         * Function GetFullURI