Changes in src/UIElements/Query/IntQuery.cpp [51b5d1:955b91]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Query/IntQuery.cpp
r51b5d1 r955b91 25 25 // Int Queries 26 26 Dialog::IntQuery::IntQuery(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.