Ignore:
Timestamp:
Mar 11, 2010, 10:37:32 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
ff1812
Parents:
4c60ef
Message:

Made the UIFactory an instance of the Singleton Pattern

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Actions/small_actions.cpp

    r4c60ef r4fc41a  
    2727  string filename;
    2828  molecule *mol = NULL;
    29   Dialog *dialog = UIFactory::get()->makeDialog();
     29  Dialog *dialog = UIFactory::getInstance().makeDialog();
    3030
    3131  dialog->queryMolecule("Enter index of molecule: ",&mol,molecules);
Note: See TracChangeset for help on using the changeset viewer.