Use objects instead of pointers whenever possible and wxScopedPtr instead of raw pointers when we really need to allocate objects on the heap.
Use objects instead of pointers whenever possible and wxScopedPtr instead of raw pointers when we really need to allocate objects on the heap.