Changeset 8048 in orxonox.OLD for trunk/src/lib/gui
- Timestamp:
- May 31, 2006, 11:10:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl_gui/signal_connector.cc
r8035 r8048 102 102 { 103 103 if (exec != NULL && object != NULL) 104 (*this->exec)(this->object, 1, &value0);104 (*this->exec)(this->object, 1, (void*)&value0); 105 105 } 106 106
Note: See TracChangeset
for help on using the changeset viewer.