Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Action.hpp

    r047878 r0430e3  
    369369  static state_ptr failure;
    370370
     371private:
    371372  /**
    372373   * This creates the dialog requesting the information needed for this action from the user
    373374   * via means of the user interface.
    374375   */
    375   Dialog * createDialog();
    376 
    377 private:
    378 
    379   virtual Dialog * fillDialog(Dialog*)=0;
     376  virtual Dialog * createDialog()=0;
    380377
    381378  /**
Note: See TracChangeset for help on using the changeset viewer.