diff options
-rw-r--r-- | src/unstable/cacheobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unstable/cacheobject.h b/src/unstable/cacheobject.h index 0088685..d8ed431 100644 --- a/src/unstable/cacheobject.h +++ b/src/unstable/cacheobject.h | |||
@@ -60,7 +60,7 @@ namespace Bu | |||
60 | protected: | 60 | protected: |
61 | void changed( bool bChanged=true ) | 61 | void changed( bool bChanged=true ) |
62 | { | 62 | { |
63 | if( this->bChanged == false && bChanged == true ) | 63 | if( this->bChanged == false && bChanged == true && pCache ) |
64 | pCache->objectChanged( getKey() ); | 64 | pCache->objectChanged( getKey() ); |
65 | 65 | ||
66 | this->bChanged = bChanged; | 66 | this->bChanged = bChanged; |