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