Since this is C++, the calling parameters are significant to selecting the exact variation of the function to call. That is, function names can be overloaded and use different parameters, or parameters of different types.
Are you sure you are calling the function with the right number and types of parameters?