[Orxonox-commit 1805] r6523 - code/branches/pickup3/src/orxonox/interfaces
dafrick at orxonox.net
dafrick at orxonox.net
Mon Mar 15 15:07:21 CET 2010
Author: dafrick
Date: 2010-03-15 15:07:21 +0100 (Mon, 15 Mar 2010)
New Revision: 6523
Modified:
code/branches/pickup3/src/orxonox/interfaces/Pickupable.h
Log:
Whitespace removal.
Modified: code/branches/pickup3/src/orxonox/interfaces/Pickupable.h
===================================================================
--- code/branches/pickup3/src/orxonox/interfaces/Pickupable.h 2010-03-15 13:52:50 UTC (rev 6522)
+++ code/branches/pickup3/src/orxonox/interfaces/Pickupable.h 2010-03-15 14:07:21 UTC (rev 6523)
@@ -92,7 +92,7 @@
@brief Should be called when the pickup has transited from picked up to dropped or the other way around.
Any Class overwriting this method must call its SUPER function by adding SUPER(Classname, changedPickedUp); to their changedPickedUp method.
*/
- virtual void changedPickedUp(void) {}
+ virtual void changedPickedUp(void) {}
//TODO: Better private, or protected?
bool pickedUp(PickupCarrier* carrier); //!< Sets the Pickupable to picked up.
More information about the Orxonox-commit
mailing list