Skip to content

Commit

Permalink
Fixed template error, arised from doxygen documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasJaeger committed Jun 2, 2015
1 parent bb2cf89 commit 6d9953e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/rovio/ImgUpdate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ class ImgOutlierDetection: public LWF::OutlierDetection<LWF::ODEntry<ImgInnovati

/** \brief Class, holding image update routines for the filter.
*/
template<typename STATE>
template<typename FILTERSTATE>
class ImgUpdate: public LWF::Update<ImgInnovation<typename FILTERSTATE::mtState>,FILTERSTATE,ImgUpdateMeas<typename FILTERSTATE::mtState>,ImgUpdateNoise<typename FILTERSTATE::mtState>,
ImgOutlierDetection<typename FILTERSTATE::mtState>,false>{
Expand Down

0 comments on commit 6d9953e

Please sign in to comment.