Fix documentation error in DIALOG_CHOOSE_COMPONENT

This commit is contained in:
Chris Pavlina 2017-07-16 09:31:33 -06:00
parent 5755582c53
commit 94b9524f6d
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class SCH_BASE_FRAME;
* for thorough documentation. A simple example usage follows:
*
* // Create the adapter class
* auto adapter( Prj().SchLibs() );
* auto adapter( CMP_TREE_MODEL_ADAPTER::Create( Prj().SchLibs() ) );
*
* // Perform any configuration of adapter properties here
* adapter->SetPreselectNode( "TL072", 2 );