* remove unused variable warning

Please enter the commit message for your changes. Lines starting
This commit is contained in:
Lieven de Cock 2013-03-12 23:31:53 +01:00
parent bb904d613b
commit bed68a67ab

View File

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