Yes, I'm using the WDT interrupt in the same sketch. This is actually okay, according to the datasheet. Once the Interrupt function has completed, the mcu disables the WDT interrupt bit, leaving only the WDT reset bit enabled.
This process is hardwired, and needs no code interaction at all.
The application sketch then keeps running for another timeout period, and then the mcu starts to hang.