1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00

call loadSymbols from the manager.

This commit is contained in:
Alain Magloire 2003-01-17 21:33:24 +00:00
parent 6d73f9322c
commit fb481703f2

View file

@ -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 });
}
}