aboutsummaryrefslogtreecommitdiff
path: root/examples/gc_absdiff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gc_absdiff.cpp')
-rw-r--r--examples/gc_absdiff.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/gc_absdiff.cpp b/examples/gc_absdiff.cpp
index f53459231f..6793df040f 100644
--- a/examples/gc_absdiff.cpp
+++ b/examples/gc_absdiff.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 ARM Limited.
+ * Copyright (c) 2017-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -40,7 +40,8 @@ class GCAbsDiffExample : public Example
public:
bool do_setup(int argc, char **argv) override
{
- PPMLoader ppm1, ppm2;
+ PPMLoader ppm1{};
+ PPMLoader ppm2{};
GCScheduler::get().default_init();
if(argc < 2)