summaryrefslogtreecommitdiff
path: root/backgroundtask.cpp
diff options
context:
space:
mode:
authorMark Rowe <mark@vector35.com>2025-09-26 12:47:48 -0700
committerMark Rowe <mark@vector35.com>2025-10-01 15:12:55 -0700
commitbbe1a856a571a16891dc23ed6f444d5a819da9a4 (patch)
tree1597c8a521fa167b9ac5a82a63a4008a3e3ba137 /backgroundtask.cpp
parente69f1b5525b6bb6d8cd08849537dba890c016b93 (diff)
Ensure that all members of LinearView and HexEditor are initialized
Most members were initialized within the constructor, but a couple were only initialized later and could in some cases be accessed before being initialized. Members of types without default constructors are now initialized via default member initializers unless they're initialized in the class's member initializer list.
Diffstat (limited to 'backgroundtask.cpp')
0 files changed, 0 insertions, 0 deletions