Skip to content

Commit

Permalink
(C++) fix guard to new name
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 12, 2024
1 parent e97828a commit 76b7671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/cpp_common/rule.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
********************************************************************PGR-GNU*/

#ifndef INCLUDE_CPP_COMMON_RULE_H_
#define INCLUDE_CPP_COMMON_RULE_H_
#ifndef INCLUDE_CPP_COMMON_RULE_HPP_
#define INCLUDE_CPP_COMMON_RULE_HPP_


#include <vector>
Expand Down Expand Up @@ -77,4 +77,4 @@ class Rule {
} // namespace trsp
} // namespace pgrouting

#endif // INCLUDE_CPP_COMMON_RULE_H_
#endif // INCLUDE_CPP_COMMON_RULE_HPP_

0 comments on commit 76b7671

Please sign in to comment.