summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_so3/source/persist/persist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_so3/source/persist/persist.cxx')
-rw-r--r--binfilter/bf_so3/source/persist/persist.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/binfilter/bf_so3/source/persist/persist.cxx b/binfilter/bf_so3/source/persist/persist.cxx
index f891e5090..bbe370cc5 100644
--- a/binfilter/bf_so3/source/persist/persist.cxx
+++ b/binfilter/bf_so3/source/persist/persist.cxx
@@ -343,6 +343,7 @@ SvPersist::SvPersist()
, nModifyCount ( 0 ) // Anzahl der modifizierten Childs und sich selbst
, pParent ( NULL ) // kein zusaetzlicher RefCount
, pChildList ( NULL )
+ , aModifiedTime ( Time::EMPTY )
{
}
@@ -969,7 +970,7 @@ void SvPersist::SetModified( BOOL bModifiedP )
CountModified( bModifiedP );
}
- aModifiedTime = Time();
+ aModifiedTime = Time( Time::SYSTEM );
}
void SvPersist::CountModified( BOOL bMod )