------------------------------------------------------------
revno: 3826
committer: Christian Jakob <ja...@ifgt.tu-freiberg.de>
timestamp: Thu 2014-02-20 17:49:26 +0100
message:
  fix compilation bug in InsertionSortCollider.hpp
modified:
  pkg/common/InsertionSortCollider.hpp


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to 
https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/common/InsertionSortCollider.hpp'
--- pkg/common/InsertionSortCollider.hpp	2014-02-17 14:31:35 +0000
+++ pkg/common/InsertionSortCollider.hpp	2014-02-20 16:49:26 +0000
@@ -88,7 +88,7 @@
 
 class InsertionSortCollider: public Collider{
 
-	friend GeneralIntegratorInsertionSortCollider;
+	friend class GeneralIntegratorInsertionSortCollider;
 
 	//! struct for storing bounds of bodies
 	struct Bounds{

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to