------------------------------------------------------------ revno: 2225 fixes bug(s): https://launchpad.net/bugs/580410 committer: Václav Šmilauer <[email protected]> branch nick: trunk timestamp: Fri 2010-05-14 12:04:59 +0200 message: 1. Forgotten Scene #include in StepDisplacer, sorry. modified: pkg/common/Engine/PartialEngine/StepDisplacer.cpp
-- lp:yade https://code.launchpad.net/~yade-dev/yade/trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'pkg/common/Engine/PartialEngine/StepDisplacer.cpp' --- pkg/common/Engine/PartialEngine/StepDisplacer.cpp 2010-05-13 20:19:38 +0000 +++ pkg/common/Engine/PartialEngine/StepDisplacer.cpp 2010-05-14 10:04:59 +0000 @@ -1,6 +1,7 @@ // 2008 © Václav Šmilauer <[email protected]> #include"StepDisplacer.hpp" #include<yade/core/State.hpp> +#include<yade/core/Scene.hpp> CREATE_LOGGER(StepDisplacer); YADE_PLUGIN((StepDisplacer));
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

