Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/ManipulateAtomsProcess.cpp

    r655c98 r047878  
    2727{}
    2828
    29 Dialog* ManipulateAtomsProcess::createDialog(){
    30   return NULL;
     29Dialog* ManipulateAtomsProcess::fillDialog(Dialog *dialog){
     30  ASSERT(dialog,"No Dialog given when filling action dialog");
     31  return dialog;
    3132}
    3233
Note: See TracChangeset for help on using the changeset viewer.