Commit Graph

4 Commits

Author SHA1 Message Date
cheeseburger 3d603d50d8 Fixes a bug in the example code in object type. Ref<MyReference> myref = Ref<MyReference>(memnew(MyReference));
The statement is a compile error which emits  use of overloaded operator '=' is ambiguous (with operand types 'Ref<FuncRef>' and 'FuncRef *')

This commit uses neikeq suggestion of Ref<MyReference> myref(memnew(MyReference));

Fixes #506
2017-12-28 14:35:38 -08:00
Rémi Verschelde 5aceaeb86d Fix changes after ObjectTypeDB -> ClassDB renaming 2017-07-04 13:31:19 +02:00
Poommetee Ketson 41869fd2b3 CPPObject: update ClassDB/macros' name 2017-05-23 13:25:40 +07:00
Julian Murgia b408bdb918 Revamping of the docs organisation for a more coherent TOC
Only the pages were moved so far and some empty ones created,
the up-to-date toctrees come in the next commit.
2017-04-03 23:23:31 +02:00