mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
avoid identical Vector instantiations.
This commit is contained in:
parent
29f2ad7dd7
commit
85993b42ab
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ __instantiate(Vector<NamedResourceTable<Entity> >)
|
|||
__instantiate(Vector<ContentModelAmbiguity>)
|
||||
__instantiate(Vector<Transition>)
|
||||
__instantiate(Vector<LeafContentToken*>)
|
||||
__instantiate(Vector<size_t>)
|
||||
__instantiate(Vector<unsigned long>)
|
||||
__instantiate(Vector<unsigned int>)
|
||||
|
||||
__instantiate(NamedTable<Id>)
|
||||
|
|
Loading…
Reference in a new issue