Skip to content
Snippets Groups Projects
Commit 010979ca authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

minor changes.

[[Imported from SVN: r2021]]
parent a6f57960
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ inline ALUMemoryProvider<Object>::~ALUMemoryProvider()
}
template <class Object>
inline void ALUMemoryProvider<Object>::freeObjectEntity(ObjectType * obj)
inline void ALUMemoryProvider<Object>::freeObjectEntity(Object * obj)
{
objStack_.push( obj );
}
......
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