aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SamplePathText.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SamplePathText.cpp')
-rw-r--r--samplecode/SamplePathText.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/samplecode/SamplePathText.cpp b/samplecode/SamplePathText.cpp
index 26ffb9a31c..bb2142ef92 100644
--- a/samplecode/SamplePathText.cpp
+++ b/samplecode/SamplePathText.cpp
@@ -116,7 +116,7 @@ public:
, fBackMatrices(kNumPaths) {
}
- ~MovingPathText() {
+ ~MovingPathText() override {
fBackgroundAnimationTask.wait();
}
@@ -227,7 +227,7 @@ public:
: fFrontPaths(kNumPaths)
, fBackPaths(kNumPaths) {}
- ~WavyPathText() {
+ ~WavyPathText() override {
fBackgroundAnimationTask.wait();
}