~compiz-team/compiz/build-fixes-part-11-the-whole-thing-goes-clang

« back to all changes in this revision

Viewing changes to plugins/animation/src/dodge.cpp

  • Committer: smspillaz
  • Date: 2012-05-21 02:12:23 UTC
  • Revision ID: sam.spilsbury@canonical.com-20120521021223-9e3xwibdkgeb68cl
Fix a number of things that clang found

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
}
58
58
 
59
59
bool
60
 
DodgeAnim::moveUpdate ()
 
60
DodgeAnim::moveUpdate (int dx, int dy)
61
61
{
62
62
    if (mDodgeData->isDodgeSubject &&
63
63
        mDodgeDirection == DodgeDirectionXY)