From 846322e52afdad04c92c90c8d43ecc19e46a2b9e Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 2 Nov 2018 16:00:41 +0100 Subject: Enum buildfix --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 49c5ef8..ff4b7a0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1520,7 +1520,7 @@ events to a common Linda, but... :).
  1. Provide an identity function for your userdata, in C. This function is used for creation and deletion of your deep userdata (the shared resource), and for making metatables for the state-specific proxies for accessing it. The prototype is -
    	void* idfunc( lua_State* L, enum eDeepOp op_);
    +
    	void* idfunc( lua_State* L, DeepOp op_);
    op_ can be one of:
    • eDO_new: requests the creation of a new object, whose pointer is returned.
    • -- cgit v1.2.3-55-g6feb