Skip to content

Commit

Permalink
fix java build that had an error with deprecated vpMatrix::euclideanNorm
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Sep 14, 2023
1 parent 6c9a74e commit a15411f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/include/visp3/core/vpMatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ vpMatrix M(R);
//@}

#if defined(VISP_BUILD_DEPRECATED_FUNCTIONS)
double euclideanNorm() const;
vp_deprecated double euclideanNorm() const;

/*!
@name Deprecated functions
Expand Down

0 comments on commit a15411f

Please sign in to comment.