Skip to content
Snippets Groups Projects
Commit 12d02ec7 authored by Markus Blatt's avatar Markus Blatt
Browse files

Fixed bugfix. Merge to release.

[[Imported from SVN: r5869]]
parent 07e7ec4a
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ namespace Dune
template<class T>
inline shared_ptr<T>::shared_ptr()
{
rep_ = null_ptr;
rep_ = nullptr;
}
template<class T>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment