motioncells: initialize class variables
authorLuis de Bethencourt <luis.bg@samsung.com>
Wed, 4 Feb 2015 11:52:26 +0000 (11:52 +0000)
committerLuis de Bethencourt <luis.bg@samsung.com>
Wed, 4 Feb 2015 11:52:26 +0000 (11:52 +0000)
commit3656e0248aa1fb02b0919baa05fc1f8c4fb5c650
tree6d0be8427f6729f171a6c3bc25ec27a87f730cf9
parent5aa292b5888749f863a095547a6b4dfbd1f5deb4
motioncells: initialize class variables

Some variables are not initialized in the constructor. It is highly unlikely
they are used before being set, but it is safer to initialize them.

CID #1197704
ext/opencv/MotionCells.cpp