Skip to content

Commit

Permalink
refs #3763 Fixing Unix build
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Nov 10, 2011
1 parent 3d23d5f commit eb9c8b2
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -429,6 +429,8 @@ class PropertyWithValue : public Property
*/
virtual void modify_validator(IValidator<TYPE> *pNewValidator,bool just_replace=false)
{
// temporary
UNUSED_ARG(just_replace);
if(!pNewValidator)return;
//
// if(just_replace){
Expand Down

0 comments on commit eb9c8b2

Please sign in to comment.