Commit 0d44a6e 1 parent 06e3421 commit 0d44a6e Copy full SHA for 0d44a6e
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ namespace ignition
34
34
class KeyFrame ;
35
35
class PoseKeyFrame ;
36
36
class NumericKeyFrame ;
37
- class AnimationPrivate ;
38
37
class TrajectoryInfoPrivate ;
39
38
40
39
// / \class Animation Animation.hh ignition/common/Animation.hh
Original file line number Diff line number Diff line change @@ -40,11 +40,15 @@ namespace
40
40
}
41
41
42
42
// ///////////////////////////////////////////////
43
- class ignition ::common::AnimationPrivate
43
+ namespace ignition {
44
+ namespace common {
45
+ class AnimationPrivate
44
46
{
45
47
// / \brief true if the animation is interpolated in x
46
48
public: bool interpolateX = false ;
47
49
};
50
+ } // namespace ignition
51
+ } // namespace common
48
52
49
53
// TODO(luca) Make Animation class follow PIMPL and remove global static map
50
54
// ///////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments