File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/linkgraph/linkgraphjob.h
Show inline comments
 
@@ -50,7 +50,7 @@ private:
 
		void Init(uint supply);
 
	};
 

	
 
	typedef SmallVector<NodeAnnotation, 16> NodeAnnotationVector;
 
	typedef std::vector<NodeAnnotation> NodeAnnotationVector;
 
	typedef SmallMatrix<EdgeAnnotation> EdgeAnnotationMatrix;
 

	
 
	friend const SaveLoad *GetLinkGraphJobDesc();