Merge pull request #126 from killerbot242/develop

* remove unused variable warning
This commit is contained in:
Aleksandar Fabijanic 2013-03-12 16:33:17 -07:00
commit bf0bc11878

View File

@ -55,7 +55,7 @@ public:
{
}
AbstractDelegate(const AbstractDelegate& del)
AbstractDelegate(const AbstractDelegate& /*del*/)
{
}