Changes in src/UIElements/Dialog.hpp [e5c0a1:57f243]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Dialog.hpp
re5c0a1 r57f243 14 14 15 15 #include "Box.hpp" 16 #include " vector.hpp"16 #include "LinearAlgebra/Vector.hpp" 17 17 18 18 class atom; … … 255 255 virtual void setResult(); 256 256 protected: 257 constelement * tmp;257 element * tmp; 258 258 }; 259 259 … … 265 265 virtual void setResult(); 266 266 protected: 267 constelement *temp;268 std::vector< constelement *> tmp;267 element *temp; 268 std::vector<element *> tmp; 269 269 }; 270 270
Note:
See TracChangeset
for help on using the changeset viewer.