Skip to content

Commit

Permalink
Update ndWeakPtr.h
Browse files Browse the repository at this point in the history
cleaning compiler errors.
  • Loading branch information
JulioJerez committed Jan 5, 2025
1 parent 1872fa1 commit c6712d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newton-4.00/sdk/dCore/ndWeakPtr.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ template <typename T>
ndWeakPtr<T>& ndWeakPtr<T>::operator=(const ndWeakPtr<T>& other)
{
ndAssert(0);
sharedPtr = other.sharedPtr;
//sharedPtr = other.sharedPtr;
return *this;
}

Expand Down

0 comments on commit c6712d3

Please sign in to comment.