Fix COARefTime class.
This commit is contained in:
@@ -275,7 +275,7 @@ private:
|
|||||||
// Prevent bugs from constructing from LONG (which gets
|
// Prevent bugs from constructing from LONG (which gets
|
||||||
// converted to double and then multiplied by 10000000
|
// converted to double and then multiplied by 10000000
|
||||||
COARefTime(LONG);
|
COARefTime(LONG);
|
||||||
operator=(LONG);
|
COARefTime& operator=(LONG l);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user