File diff r25584:37056c3329ca → r25585:53810459092f
src/linkgraph/linkgraphjob.h
Show inline comments
 
@@ -52,7 +52,7 @@ private:
 
	typedef std::vector<NodeAnnotation> NodeAnnotationVector;
 
	typedef SmallMatrix<EdgeAnnotation> EdgeAnnotationMatrix;
 

	
 
	friend const SaveLoad *GetLinkGraphJobDesc();
 
	friend SaveLoadTable GetLinkGraphJobDesc();
 
	friend class LinkGraphSchedule;
 

	
 
protected: