- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Query/DoubleQuery.cpp
r955b91 r51b5d1 25 25 // Double Queries 26 26 Dialog::DoubleQuery::DoubleQuery(std::string title, std::string _description) : 27 Query(title, _description) 27 Query(title, _description), 28 tmp(0) 28 29 {} 29 30
Note:
See TracChangeset
for help on using the changeset viewer.