edje_cc: add snapshot to the lazedc symbols

there where comments and documentation about it, but no code.

This is some kind on follow up on a7fd98f8f6.

@fix
This commit is contained in:
Marcel Hollerbach 2016-08-22 09:22:34 +02:00
parent 39e3a06fd5
commit ce89c06cb0
1 changed files with 1 additions and 0 deletions

View File

@ -1561,6 +1561,7 @@ New_Object_Handler object_handlers_short[] =
{"collections.group.parts.external", ob_collections_group_parts_part_short},
{"collections.group.parts.proxy", ob_collections_group_parts_part_short},
{"collections.group.parts.spacer", ob_collections_group_parts_part_short},
{"collections.group.parts.snapshot", ob_collections_group_parts_part_short},
{"collections.group.parts.part.desc", ob_collections_group_parts_part_desc},
{"collections.group.parts.vector", ob_collections_group_parts_part_short},
};