Step 1: Add function definition to class in header file
Step 2: Add function implementation in that classes cpp file
Make sure that the signature of the function matches in both places or you'll have issues.
Without actually seeing a diff it's hard to know where you might have gone wrong.
|