diff options
Diffstat (limited to 'protocols/Omegle/src/stubs.cpp')
-rw-r--r-- | protocols/Omegle/src/stubs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Omegle/src/stubs.cpp b/protocols/Omegle/src/stubs.cpp index 817c2c02a9..1f8c085547 100644 --- a/protocols/Omegle/src/stubs.cpp +++ b/protocols/Omegle/src/stubs.cpp @@ -22,12 +22,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "common.h"
-HANDLE OmegleProto::AddToList(int flags, PROTOSEARCHRESULT* psr)
+HCONTACT OmegleProto::AddToList(int flags, PROTOSEARCHRESULT* psr)
{
return NULL;
};
-HANDLE OmegleProto::AddToListByEvent(int flags,int iContact,HANDLE hDbEvent)
+HCONTACT OmegleProto::AddToListByEvent(int flags,int iContact,HANDLE hDbEvent)
{
return NULL;
};
|