Skip to content

Commit

Permalink
[Fix] mpt/base/math.hpp: Fix header guard name.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21696 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Sep 23, 2024
1 parent 21deb4f commit 1f478de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mpt/base/math.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: BSL-1.0 OR BSD-3-Clause */

#ifndef MPT_BASE_EMPTY_HPP
#define MPT_BASE_EMPTY_HPP
#ifndef MPT_BASE_MATH_HPP
#define MPT_BASE_MATH_HPP



Expand Down Expand Up @@ -85,4 +85,4 @@ inline T safe_clamp(T v, T lo, T hi) {



#endif // MPT_BASE_EMPTY_HPP
#endif // MPT_BASE_MATH_HPP

0 comments on commit 1f478de

Please sign in to comment.