posts: polymorphic-flyweight: fix lint issues

This commit is contained in:
Bruno BELANYI 2020-08-27 17:32:57 +02:00
parent 5b5a9bbd5d
commit eb5bb5e217

View file

@ -52,7 +52,6 @@ I could order my textures by their `std::type_index` to order them first by
chunks of types, and then sort the values inside the chunks by calling an
ordering method on my polymorphic objects.
## Implementation
The abstract class looked like this: