Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Commit 1e1d73f

Browse files
author
Antonio El Khoury
committed
Use hpp-util kitelab macros to avoid -pedantic warnings.
1 parent 23586c4 commit 1e1d73f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

include/hpp/constrained/config-optimizer.hh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
#include "hpp/constrained/fwd.hh"
2828
#include "hpp/constrained/config-extendor.hh"
2929

30-
KIT_PREDEF_CLASS (CkwsPath)
31-
KIT_PREDEF_CLASS (CkwsDistance)
30+
HPP_KIT_PREDEF_CLASS (CkwsPath);
31+
HPP_KIT_PREDEF_CLASS (CkwsDistance);
3232

3333
namespace hpp {
3434
namespace constrained {
@@ -51,7 +51,7 @@ namespace hpp {
5151
typedef std::priority_queue <ConfigWithCost,std::vector <ConfigWithCost>,
5252
compareConfigsWithCost> ConfigQueue;
5353

54-
KIT_PREDEF_CLASS (ConfigOptimizer)
54+
HPP_KIT_PREDEF_CLASS (ConfigOptimizer);
5555
class ConfigOptimizer : public CkwsPathPlanner
5656
{
5757
public:

include/hpp/constrained/fwd.hh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
#ifndef HPP_CONSTRAINED_FWD_HH
2323
#define HPP_CONSTRAINED_FWD_HH
2424

25-
#include <KineoUtility/kitDefine.h>
25+
#include <hpp/util/kitelab.hh>
2626

2727
namespace hpp {
2828
namespace constrained {
2929
class ConfigProjector;
3030
class ConfigExtendor;
3131
class ConfigOptimizer;
3232
class ConstraintSet;
33-
KIT_PREDEF_CLASS (ConfigShooter)
34-
KIT_PREDEF_CLASS (GoalConfigGenerator)
35-
KIT_PREDEF_CLASS (KwsConstraint)
33+
HPP_KIT_PREDEF_CLASS (ConfigShooter);
34+
HPP_KIT_PREDEF_CLASS (GoalConfigGenerator);
35+
HPP_KIT_PREDEF_CLASS (KwsConstraint);
3636
} //end of namespace constrained
3737
} //end of namespace hpp
3838

0 commit comments

Comments
 (0)