Skip to content

Commit

Permalink
fix: compilation error due to syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gc87 authored and edimetia3d committed Aug 15, 2022
1 parent 3742093 commit 065ebad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions OPCClientToolKit/OPCGroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ class CAsyncDataCallback : public IOPCDataCallback

if (iid == IID_IUnknown)
{
*ppInterface = (IUnknown *)
*ppInterface = (IUnknown *)this;
}
this;
else if (iid == IID_IOPCDataCallback)
{
*ppInterface = (IOPCDataCallback *)this;
Expand Down

0 comments on commit 065ebad

Please sign in to comment.