Ignore:
File:
1 edited

Legend:

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

    r5079a0 r104524  
    3333  virtual void queryVector(const char*,Vector *,const double * const,bool, std::string = "");
    3434  virtual void queryBox(const char*,double ** const, std::string = "");
    35   virtual void queryElement(const char*,const element **, std::string = "");
     35  virtual void queryElement(const char*, std::vector<element *> *, std::string = "");
    3636
    3737protected:
     
    102102  class ElementTextQuery : public Dialog::ElementQuery {
    103103  public:
    104     ElementTextQuery(std::string title, const element **_target, std::string _description = NULL);
     104    ElementTextQuery(std::string title, std::vector<element *> *_target, std::string _description = NULL);
    105105    virtual ~ElementTextQuery();
    106106    virtual bool handle();
Note: See TracChangeset for help on using the changeset viewer.