mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-15 22:57:12 +02:00
Initial implementation of basic TCP/UDP sockets.
This commit is contained in:
@ -112,7 +112,7 @@ protected:
|
||||
/* ----------------------------------------------------------------------------------------
|
||||
* Forwarding constructor.
|
||||
*/
|
||||
Slot(Object & env, Function & func)
|
||||
Slot(Object & env, ::Sqrat::Function & func)
|
||||
: Slot(env.GetObj(), func.GetFunc())
|
||||
{
|
||||
/* ... */
|
||||
|
Reference in New Issue
Block a user