__inline -> inline

pull/70/head
Bence Magyar 11 years ago
parent 607f2bfc99
commit 9d6fc0488b
  1. 2
      modules/surface_matching/include/opencv2/surface_matching/t_hash_int.hpp

@ -66,7 +66,7 @@ typedef struct HSHTBL_i
} hashtable_int;
__inline static unsigned int next_power_of_two(unsigned int value)
inline static unsigned int next_power_of_two(unsigned int value)
{
/* Round up to the next highest power of 2 */
/* from http://www-graphics.stanford.edu/~seander/bithacks.html */

Loading…
Cancel
Save