| 267 | // == BoolSetting ================================================================================= |
| 268 | |
| 269 | BoolSetting::BoolSetting() : val(false), oldVal(0) |
| 270 | { |
| 271 | } |
| 272 | |
| 273 | void BoolSetting::Initialize(const char* name_, |
| 274 | const char* group_, const char* label_, |
nothing calls this directly
no outgoing calls
no test coverage detected