Skip to content

Commit

Permalink
Fix Unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureT committed Dec 27, 2023
1 parent 5af6c31 commit b56a280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Toshi/Include/TKernel/TManagedPointer.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
TOSHI_NAMESPACE_BEGIN

template<class T>
class TOSHI_EXPORT TManagedPointer
class TManagedPointer
{
public:
TManagedPointer() : m_pObject(TNULL)
Expand Down

0 comments on commit b56a280

Please sign in to comment.