diff options
Diffstat (limited to 'lib/libexif/ExifParse.cpp')
-rwxr-xr-x | lib/libexif/ExifParse.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libexif/ExifParse.cpp b/lib/libexif/ExifParse.cpp index 1ef43260f7..e194bdd90f 100755 --- a/lib/libexif/ExifParse.cpp +++ b/lib/libexif/ExifParse.cpp @@ -198,10 +198,8 @@ static void ErrNonfatal(const char* const msg, int a1, int a2) //-------------------------------------------------------------------------- CExifParse::CExifParse () : m_FocalPlaneXRes(0.0), m_FocalPlaneUnits(0.0), m_ExifImageWidth(0), m_MotorolaOrder(false), - m_DateFound(false) -{ - m_ExifInfo = NULL; -} + m_DateFound(false), m_LargestExifOffset(0), m_ExifInfo(nullptr) +{} //-------------------------------------------------------------------------- // Convert a 16 bit unsigned value from file's native byte order |