Skip to content
Snippets Groups Projects
  • Giuseppe Bilotta's avatar
    135a65e2
    Add virtual destructors to abstract classes · 135a65e2
    Giuseppe Bilotta authored
    IRespawnInitiator and InventoryActions are abstract classes, but they
    were missing a virtual destructor. Define it, even if it does nothing
    and its absence most likely makes no difference other tha causing
    warnings during compile.
    135a65e2
    History
    Add virtual destructors to abstract classes
    Giuseppe Bilotta authored
    IRespawnInitiator and InventoryActions are abstract classes, but they
    were missing a virtual destructor. Define it, even if it does nothing
    and its absence most likely makes no difference other tha causing
    warnings during compile.