Fix COARefTime class.
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user