mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[APITESTS]
- Make CUnknownBase constructor parameters optional svn path=/trunk/; revision=68199
This commit is contained in:
parent
1509a6fe36
commit
52e13410cb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ protected:
|
|||
virtual const QITAB* GetQITab() = 0;
|
||||
public:
|
||||
|
||||
CUnknownBase(bool autoDelete, LONG initialRef)
|
||||
CUnknownBase(bool autoDelete = true, LONG initialRef = 0)
|
||||
: m_lRef(initialRef),
|
||||
m_AutoDelete(autoDelete)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue