diff --git a/core/src/main/groovy/com/muwire/core/search/QueryEvent.groovy b/core/src/main/groovy/com/muwire/core/search/QueryEvent.groovy index 4e6023f5..d88d8171 100644 --- a/core/src/main/groovy/com/muwire/core/search/QueryEvent.groovy +++ b/core/src/main/groovy/com/muwire/core/search/QueryEvent.groovy @@ -1,8 +1,10 @@ package com.muwire.core.search +import com.muwire.core.Event + import net.i2p.data.Destination -class QueryEvent { +class QueryEvent extends Event { SearchEvent searchEvent boolean firstHop