Skip to content

Commit

Permalink
refs #6856 minor warning ans suspicions for merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed May 22, 2013
1 parent 8730c54 commit 3082a78
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ namespace MDAlgorithms
DisabledProperty():
EnabledWhenProperty("NonExistingProperty",IS_DEFAULT)
{};
virtual bool fulfillsCriterion(const IPropertyManager * algo) const
{return false;}
virtual bool fulfillsCriterion(const IPropertyManager * /*algo*/) const
{
return false;
}
};

//----------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 3082a78

Please sign in to comment.