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

Bugzilla 298115

This commit is contained in:
Randy Rohrbach 2009-12-18 20:59:02 +00:00
parent 721192f266
commit cb1d5a3dfb

View file

@ -130,7 +130,7 @@ public class MemoryBrowser extends ViewPart implements IDebugContextListener, IL
public MemoryBrowser() {
}
private Control getControl()
public Control getControl()
{
return fMainComposite;
}