From dd977a40d1308a0f1e03442111e0ebbdaad473a5 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Tue, 15 Mar 2016 13:01:02 -0400 Subject: [PATCH] I cannot into writing. --- docs/source/api/overload.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/api/overload.rst b/docs/source/api/overload.rst index 9a16728b..641928aa 100644 --- a/docs/source/api/overload.rst +++ b/docs/source/api/overload.rst @@ -52,7 +52,7 @@ You then use it just like you would for any other part of the api: // regular function "is_cute", &pup::is_cute, // overloaded function - "bark", sol::overloaded( &pup::bark, &ultra_bark ) + "bark", sol::overloaded( &pup::bark, &picky_bark ) ); Thusly, doing the following in Lua: