- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/CommandLineUI/CommandLineDialog.hpp
r104524 r5079a0 36 36 virtual void queryVector(const char*,Vector *,const double * const,bool, std::string = ""); 37 37 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 = ""); 39 39 40 40 protected: … … 105 105 class ElementCommandLineQuery : public Dialog::ElementQuery { 106 106 public: 107 ElementCommandLineQuery(std::string title, std::vector<element *>*_target, std::string _description = "");107 ElementCommandLineQuery(std::string title, const element **_target, std::string _description = ""); 108 108 virtual ~ElementCommandLineQuery(); 109 109 virtual bool handle();
Note:
See TracChangeset
for help on using the changeset viewer.