Fix documentation error in DIALOG_CHOOSE_COMPONENT

This commit is contained in:
Chris Pavlina
2017-07-17 15:00:13 -06:00
parent 5755582c53
commit 94b9524f6d
+1 -1
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 );