Skip to content

Commit 34e60cc

Browse files
Match uint/unsigned int for header and source file
1 parent b6dc247 commit 34e60cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ed_sensor_integration/src/kinect/fitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Fitter::Fitter()
239239

240240
// ----------------------------------------------------------------------------------------------------
241241

242-
Fitter::Fitter(uint nr_data_points, float fx) :
242+
Fitter::Fitter(unsigned int nr_data_points, float fx) :
243243
nr_data_points_(nr_data_points)
244244
{
245245
double w = 2 * nr_data_points / fx;

0 commit comments

Comments
 (0)