1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Contributing new disassembly.

This commit is contained in:
Mikhail Khodjaiants 2008-04-08 16:58:38 +00:00
parent be3d297959
commit 24cc1a7822

View file

@ -36,6 +36,7 @@ public class VirtualDocument extends Document {
fPresentationContext = presentationContext;
fAnnotationModel = annotationModel;
fContentProvider = new DocumentContentProvider( this );
getContentProvider().init( fRoot );
}
public void dispose() {