GH-1062: fix integer conversion errors related to Tag subtypes

This commit is contained in:
Jon Siwek 2020-07-14 15:55:28 -07:00
parent da105b3bf9
commit 7f2aae1721
3 changed files with 3 additions and 4 deletions

View file

@ -10,7 +10,7 @@ using namespace plugin::Demo_Foo;
plugin::Configuration Plugin::Configure()
{
AddComponent(new ::analyzer::Component("Foo", plugin::Demo_Foo::Foo::Instantiate));
AddComponent(new ::analyzer::Component("Foo", plugin::Demo_Foo::Foo::Instantiate, 1));
plugin::Configuration config;
config.name = "Demo::Foo";