File diff r23519:04e2cd195801 → r23520:20bbc807b0eb
src/linkgraph/linkgraph.h
Show inline comments
 
@@ -496,7 +496,7 @@ public:
 
	 * Get the current size of the component.
 
	 * @return Size.
 
	 */
 
	inline uint Size() const { return this->nodes.Length(); }
 
	inline uint Size() const { return this->nodes.size(); }
 

	
 
	/**
 
	 * Get date of last compression.