| 206 | // == BoolSetting ================================================================================= |
| 207 | |
| 208 | BoolSetting::BoolSetting() : val(false), oldVal(0) |
| 209 | { |
| 210 | } |
| 211 | |
| 212 | void BoolSetting::Initialize(TwBar* tweakBar_, const char* name_, |
| 213 | const char* group_, const char* label_, |
nothing calls this directly
no outgoing calls
no test coverage detected