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