Files
@ r28112:bca7556a6bb6
Branch filter:
Location: cpp/openttd-patchpack/source/src/widgets/link_graph_legend_widget.h
r28112:bca7556a6bb6
1.4 KiB
text/x-c
Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445)
This removes the ability to explicitly cast to the base type, but the requirement
to use .base() means the conversion is still explicit.
This removes the ability to explicitly cast to the base type, but the requirement
to use .base() means the conversion is still explicit.