Skip to content

Commit

Permalink
fix: namespace in msvc.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee authored Oct 24, 2023
1 parent 896a06d commit c8df3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/M/msvc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

namespace stl::detail
namespace SFSE::stl::detail
{
// TODO: Have this be the default deleter if the object is allocated aligned
template <class T>
Expand Down

0 comments on commit c8df3db

Please sign in to comment.