Incompatible override

if i add = null, (even in the class whose method i am overriding) i get that error:

override protected function rollOverHandler(e:MouseEvent** = null**):void {

so this cant be done or what? :smiley: