Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/CommandLineUI/CommandLineDialog.hpp

    r104524 r5079a0  
    3636  virtual void queryVector(const char*,Vector *,const double * const,bool, std::string = "");
    3737  virtual void queryBox(const char*,double ** const, std::string = "");
    38   virtual void queryElement(const char*, std::vector<element *> *, std::string = "");
     38  virtual void queryElement(const char*,const element **, std::string = "");
    3939
    4040protected:
     
    105105  class ElementCommandLineQuery : public Dialog::ElementQuery {
    106106  public:
    107     ElementCommandLineQuery(std::string title, std::vector<element *> *_target, std::string _description = "");
     107    ElementCommandLineQuery(std::string title, const element **_target, std::string _description = "");
    108108    virtual ~ElementCommandLineQuery();
    109109    virtual bool handle();
Note: See TracChangeset for help on using the changeset viewer.