fixing windows compilation issue

This commit is contained in:
2024-01-10 18:37:14 +01:00
parent fb6bda24a6
commit 944038e564
2 changed files with 7 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
/* By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/10 13:35:45 by maldavid #+# #+# */
/* Updated: 2024/01/10 18:16:47 by maldavid ### ########.fr */
/* Updated: 2024/01/10 18:36:46 by maldavid ### ########.fr */
/* */
/* ************************************************************************** */
@@ -37,7 +37,7 @@ namespace mlx
class Profiler : public Singleton<Profiler>
{
friend class Singleton;
friend class Singleton<Profiler>;
public:
Profiler(const Profiler&) = delete;