Code:
bool operator> (Key& key)  { return strcmp(this->data,key.data) > 0;}
Woops.