mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00
call loadSymbols from the manager.
This commit is contained in:
parent
6d73f9322c
commit
fb481703f2
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class SharedLibrary extends CObject implements ICDISharedLibrary {
|
|||
* @see org.eclipse.cdt.debug.core.cdi.model.ICDISharedLibrary#loadSymbols()
|
||||
*/
|
||||
public void loadSymbols() throws CDIException {
|
||||
mgr.loadSymbols(this);
|
||||
mgr.loadSymbols(new ICDISharedLibrary[] { this });
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue