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