Files
textmate/Frameworks/selection
Ronald Wampler 4aed5b4d9b Add virtual destructors for buffer_api_t and layout_movement_t
This suppresses the warning `Wdelete-non-virtual-dtor`. AFAICT, the existing usage isn't necessarily wrong (i.e., we don't delete through them) so another way to resolve the warning is to mark the classes that inherit from them, e.g., `buffer_t` as `final`.
2018-10-12 19:37:41 +02:00
..
2014-03-25 12:19:58 +07:00
2016-08-04 00:34:53 +02:00