mark for later high-level model extension (Ticket #414)

This commit is contained in:
Fischlurch 2009-11-15 01:09:21 +01:00
parent 7dcb59333d
commit 34dc8fa4de
2 changed files with 2 additions and 0 deletions

View file

@ -47,6 +47,7 @@ namespace mobject {
session::AbstractMO
> ::List
BuilderTargetTypes;
/////////////////////////////////TICKET #414
/**

View file

@ -339,6 +339,7 @@ namespace session {
defineHandling<MObject>();
defineHandling<Clip>();
defineHandling<Effect>();
///////////////////////////////////////TICKET #414
}
};