xo-object2: cosmetic: ordering nit
This commit is contained in:
parent
7871c7dbea
commit
6347fb6d72
1 changed files with 4 additions and 4 deletions
|
|
@ -38,10 +38,6 @@ namespace xo {
|
|||
{
|
||||
scope log(XO_DEBUG(true));
|
||||
|
||||
FacetRegistry::register_impl<AGCObject, DList>();
|
||||
FacetRegistry::register_impl<APrintable, DList>();
|
||||
FacetRegistry::register_impl<ASequence, DList>();
|
||||
|
||||
FacetRegistry::register_impl<AGCObject, DBoolean>();
|
||||
FacetRegistry::register_impl<APrintable, DBoolean>();
|
||||
|
||||
|
|
@ -54,6 +50,10 @@ namespace xo {
|
|||
FacetRegistry::register_impl<AGCObject, DString>();
|
||||
FacetRegistry::register_impl<APrintable, DString>();
|
||||
|
||||
FacetRegistry::register_impl<AGCObject, DList>();
|
||||
FacetRegistry::register_impl<APrintable, DList>();
|
||||
FacetRegistry::register_impl<ASequence, DList>();
|
||||
|
||||
FacetRegistry::register_impl<AGCObject, DArray>();
|
||||
FacetRegistry::register_impl<APrintable, DArray>();
|
||||
FacetRegistry::register_impl<ASequence, DArray>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue