Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1.2 and tip

stable shellext: use initializer in ctor of CSimpleUnknown

Changeset 8574a69622d3

Parent 22c3afc7bf67

by Adrian Buehlmann

Changes to one file · Browse files at 8574a69622d3 Showing diff from parent 22c3afc7bf67 Diff from another changeset...

 
18
19
20
 
21
22
23
24
25
 
18
19
20
21
22
 
23
24
25
@@ -18,8 +18,8 @@
 #include "SimpleUnknown.h"    CSimpleUnknown::CSimpleUnknown() + : cRef_(0)  { - cRef_ = 0;   AddInterface(IID_IUnknown, this);  }