Changeset b787af for molecuilder/src/UIElements/Dialog.cpp
- Timestamp:
- Mar 25, 2010, 1:01:35 PM (16 years ago)
- Children:
- cbc639
- Parents:
- eb129c
- File:
-
- 1 edited
-
molecuilder/src/UIElements/Dialog.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/Dialog.cpp
reb129c rb787af 135 135 136 136 // Element Queries 137 Dialog::ElementQuery::ElementQuery(std::string title, element **_target) :137 Dialog::ElementQuery::ElementQuery(std::string title, const element **_target) : 138 138 Query(title), 139 t arget(_target),140 t mp(0)139 tmp(0), 140 target(_target) 141 141 {} 142 142
Note:
See TracChangeset
for help on using the changeset viewer.
