Fixed compilation of test1 plugin.

git-svn-id: http://yate.null.ro/svn/yate/trunk@6129 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2016-08-18 14:22:28 +00:00
parent 813bd8fd18
commit c3f9659ec9
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ bool TestHandler::received(Message &msg)
};
TestPlugin1::TestPlugin1()
: m_first(true)
: Plugin("test1","misc"), m_first(true)
{
Output("Hello, I am module TestPlugin1");
}