package bug;

public class Display {
  protected Global m_glob;

  public void start() {
    m_glob.runActions();
  }
}
