aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-03-11 18:25:17 +0100
committerShauren <shauren.trinity@gmail.com>2024-03-13 22:12:41 +0100
commit92547f4b3154dc3769f1f5d9d50b92ee19788c9e (patch)
treecd83ad618c517eb4d328e64aa1cbdab25b5f4c49 /src
parente48cedb3ed3409552ab88022567cabddd705d51e (diff)
Fix tests build
(cherry picked from commit 1f3ebbb23cea1778ddc5ca52941861a98b667530)
Diffstat (limited to 'src')
-rw-r--r--src/common/Utilities/UniqueTrackablePtr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/Utilities/UniqueTrackablePtr.h b/src/common/Utilities/UniqueTrackablePtr.h
index 0a09ead1eed..b3a747d4b0f 100644
--- a/src/common/Utilities/UniqueTrackablePtr.h
+++ b/src/common/Utilities/UniqueTrackablePtr.h
@@ -15,8 +15,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef TRINITYCORE_UNIQUE_TRACKING_PTR_H
-#define TRINITYCORE_UNIQUE_TRACKING_PTR_H
+#ifndef TRINITYCORE_UNIQUE_TRACKABLE_PTR_H
+#define TRINITYCORE_UNIQUE_TRACKABLE_PTR_H
#include "Define.h"
#include <memory>
@@ -271,4 +271,4 @@ std::enable_if_t<std::is_bounded_array_v<T>, unique_trackable_ptr<T>> make_uniqu
}
}
-#endif // TRINITYCORE_UNIQUE_TRACKING_PTR_H
+#endif // TRINITYCORE_UNIQUE_TRACKABLE_PTR_H