Fix COARefTime class.

This commit is contained in:
Jason Felds
2005-05-11 04:37:12 +00:00
parent 876b09a157
commit 51eb014d4a
+1 -1
View File
@@ -275,7 +275,7 @@ private:
// Prevent bugs from constructing from LONG (which gets
// converted to double and then multiplied by 10000000
COARefTime(LONG);
operator=(LONG);
COARefTime& operator=(LONG l);
};