View Single Post
  #8  
Old 02-24-2012, 06:01 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

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.
Reply With Quote