[SCM] kodi-pvr-hts/master: Coverity: class Entity member init order

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Wed Mar 2 23:01:46 UTC 2016


The following commit has been merged in the master branch:
commit 187982c94507de96ba9c1304bb6d56c61727de99
Author: Kai Sommerfeld <kai.sommerfeld at gmx.com>
Date:   Sun Oct 18 19:11:53 2015 +0200

    Coverity: class Entity member init order

diff --git a/src/tvheadend/entity/Entity.h b/src/tvheadend/entity/Entity.h
index 5c624b4..7969e29 100644
--- a/src/tvheadend/entity/Entity.h
+++ b/src/tvheadend/entity/Entity.h
@@ -34,7 +34,7 @@ namespace tvheadend
     class Entity
     {
     public:
-      Entity() : m_dirty(false), m_id(0) {};
+      Entity() : m_id(0), m_dirty(false) {};
       virtual ~Entity() = default;
 
       /**

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list