From 1f3ebbb23cea1778ddc5ca52941861a98b667530 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 11 Mar 2024 18:25:17 +0100 Subject: Fix tests build --- src/common/Utilities/UniqueTrackablePtr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 . */ -#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 @@ -271,4 +271,4 @@ std::enable_if_t, unique_trackable_ptr> make_uniqu } } -#endif // TRINITYCORE_UNIQUE_TRACKING_PTR_H +#endif // TRINITYCORE_UNIQUE_TRACKABLE_PTR_H -- cgit v1.2.3