Skip to content
Commit dd1af583 authored by Volker Krause's avatar Volker Krause
Browse files

Move virtual interface from AbstractBarcode to its private class

This was never meant to be inheritable for external consumers anyway,
so no need to expose that, and that way we are not constrained by ABI
compatibility here anymore.

This also means AbstractBarcode is no longer a polymorphic type and
thus could become a move-only or implicitly shared value type (and then
would probably better named just "Barcode").
parent f3370dbe
Pipeline #362326 passed with stage
in 7 minutes and 44 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment