Type mismatch error?

When I try to run my project, I get:

Type mismatch error.  Expected Delegate( MyView, Graphics ), but got Delegate( MyView, Graphics )

Any ideas on why this would happen since the two types appear to be the same?

Different return types?