Fixed warning

release/4.3a0
Richard Roberts 2013-12-03 16:30:23 +00:00
parent a2a5eef62e
commit 3da894b152
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace gtsam {
/* ************************************************************************* */
namespace internal {
static DenseIndex getColsJF(const std::pair<Key,Matrix>& p) {
static inline DenseIndex getColsJF(const std::pair<Key,Matrix>& p) {
return p.second.cols();
}