Fix documentation error in DIALOG_CHOOSE_COMPONENT
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user