Skip to content

Commit

Permalink
Update ReportMultiBookPage.java (#1250)
Browse files Browse the repository at this point in the history
GEF changes caused a ClassCastException in BIRT. For details see

eclipse/gef-classic#154
  • Loading branch information
wimjongman committed Mar 28, 2023
1 parent b3c6767 commit 2c8d136
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import org.eclipse.ui.part.PageBook;
import org.eclipse.ui.views.contentoutline.IContentOutlinePage;

public class ReportMultiBookPage extends Page implements IContentOutlinePage, ISelectionChangedListener {
public class ReportMultiBookPage extends Page implements PalettePage, IContentOutlinePage, ISelectionChangedListener {

private PageBook pagebook;
private ISelection selection;
Expand Down

0 comments on commit 2c8d136

Please sign in to comment.