1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-20 04:09:16 +00:00

Syntax fixes for PubUtilLib.

This commit is contained in:
Darryl Pogue
2011-07-24 15:26:58 -07:00
parent e6a625674f
commit 46c4a457e0
39 changed files with 59 additions and 60 deletions

View File

@ -174,7 +174,7 @@ public:
\param brain The brain to attach the task to.
*/
plAvOneShotTask (plAvOneShotMsg *msg, plArmatureMod *avatar, plArmatureBrain *brain);
virtual plAvOneShotTask::~plAvOneShotTask();
virtual ~plAvOneShotTask();
// task protocol
virtual hsBool Start(plArmatureMod *avatar, plArmatureBrain *brain, double time, hsScalar elapsed);