Skip to content

Commit

Permalink
Merge pull request #6 from jspricke/master
Browse files Browse the repository at this point in the history
windows compiler fix
  • Loading branch information
jspricke committed Mar 13, 2013
2 parents 62c5f05 + dabaf89 commit 219c2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/include/pcl/io/openni_camera/openni_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ namespace openni_wrapper


/** \brief Convert shift to depth value. */
inline uint16_t
uint16_t
shiftToDepth (uint16_t shift_value) const
{
assert (shift_conversion_parameters_.init_);
Expand Down

0 comments on commit 219c2bb

Please sign in to comment.