Ignore:
Timestamp:
Mar 25, 2010, 1:01:35 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
cbc639
Parents:
eb129c
Message:

Repaired code that was broken by merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/UIElements/TextDialog.hpp

    reb129c rb787af  
    2424  virtual void queryMolecule(const char*,molecule**,MoleculeListClass*);
    2525  virtual void queryVector(const char*,Vector *,const double * const,bool);
    26   virtual void queryElement(const char*,element **);
     26  virtual void queryElement(const char*,const element **);
    2727
    2828protected:
     
    6565  class ElementTextQuery : public Dialog::ElementQuery {
    6666  public:
    67     ElementTextQuery(std::string title, element **_target);
     67    ElementTextQuery(std::string title, const element **_target);
    6868    virtual ~ElementTextQuery();
    6969    virtual bool handle();
Note: See TracChangeset for help on using the changeset viewer.