Revision 6d13138a src/server/eyebrow_motion_generator.cpp

View differences:

src/server/eyebrow_motion_generator.cpp
35 35
using humotion::server::EyebrowMotionGenerator;
36 36

  
37 37
//! constructor
38
EyebrowMotionGenerator::EyebrowMotionGenerator(JointInterface *j) : MotionGenerator(j) {
38
EyebrowMotionGenerator::EyebrowMotionGenerator(JointInterface *j, Config *cfg) :
39
    MotionGenerator(j, cfg) {
39 40
}
40 41

  
41 42

  

Also available in: Unified diff