changeset 1617:dd1f7909a14c

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Sep 2015 16:06:29 +0200
parents 644c32c07306
children cc80f0620f82 a9fd9cd6410e
files Core/Images/Font.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Core/Images/Font.h	Wed Sep 16 16:00:50 2015 +0200
+++ b/Core/Images/Font.h	Wed Sep 16 16:06:29 2015 +0200
@@ -73,7 +73,9 @@
                       const uint8_t color[4]) const;
 
   public:
-    Font()
+    Font() : 
+      size_(0), 
+      maxHeight_(0)
     {
     }