Skip to content

Commit 065ebad

Browse files
gc87edimetia3d
authored andcommitted
fix: compilation error due to syntax
1 parent 3742093 commit 065ebad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

OPCClientToolKit/OPCGroup.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ class CAsyncDataCallback : public IOPCDataCallback
6262

6363
if (iid == IID_IUnknown)
6464
{
65-
*ppInterface = (IUnknown *)
65+
*ppInterface = (IUnknown *)this;
6666
}
67-
this;
6867
else if (iid == IID_IOPCDataCallback)
6968
{
7069
*ppInterface = (IOPCDataCallback *)this;

0 commit comments

Comments
 (0)