Skip to content
Snippets Groups Projects
Commit 81691e56 authored by Martin Nolte's avatar Martin Nolte
Browse files

make compile with gcc-3.4

(though this should also occur for later versions, if this implementation would ever be used)

[[Imported from SVN: r5891]]
parent f3555242
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,7 @@ namespace Dune
class PointerRep
{
friend class shared_ptr<element_type>;
protected:
/** @brief The number of references. */
int count_;
/** @brief The representative. */
......
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