| 946 | template <typename TLightBase = WhiteLight> |
| 947 | struct VCVLightBezelLatch : VCVLightBezel<TLightBase> { |
| 948 | VCVLightBezelLatch() { |
| 949 | this->momentary = false; |
| 950 | this->latch = true; |
| 951 | } |
| 952 | }; |
| 953 | |
| 954 | struct PB61303 : app::SvgSwitch { |
nothing calls this directly
no outgoing calls
no test coverage detected