Changeset 1402

Show
Ignore:
Timestamp:
08/08/08 12:16:02 (3 months ago)
Author:
svnsync
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/openpluginlib/pl/pcos/property.cpp

    r1347 r1402  
    646646property& property::operator=( const any& v ) 
    647647{ 
    648         if( impl_->always_notify || !boost::apply_visitor( equals( ), v, impl_->value ) ) 
     648        if( impl_ && ( impl_->always_notify || !boost::apply_visitor( equals( ), v, impl_->value ) ) ) 
    649649        { 
    650650                impl_->value = v;