Skip to content

Commit f1f8afa

Browse files
authored
Fixing Scalar Header Guards (#755)
Signed-off-by: Lucas Wendland <[email protected]>
1 parent b269fb9 commit f1f8afa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tf2/include/tf2/LinearMath/Scalar.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ subject to the following restrictions:
1414

1515

1616

17-
#ifndef TF2__LINEARMATH__SCALAR_H_
18-
#define TF2__LINEARMATH__SCALAR_H_
17+
#ifndef TF2__LINEARMATH__SCALAR_HPP_
18+
#define TF2__LINEARMATH__SCALAR_HPP_
1919

2020
#ifdef TF2_MANAGED_CODE
2121
//Aligned data types not supported in managed code
@@ -414,4 +414,4 @@ struct tf2TypedObject
414414
return m_objectType;
415415
}
416416
};
417-
#endif // TF2__LINEARMATH__SCALAR_H_
417+
#endif // TF2__LINEARMATH__SCALAR_HPP_

0 commit comments

Comments
 (0)