File diff r27371:b9ad4c1bff08 → r27372:06d384d76bd2
src/linkgraph/demands.h
Show inline comments
 
@@ -37,7 +37,7 @@ public:
 
	/**
 
	 * Virtual destructor has to be defined because of virtual Run().
 
	 */
 
	virtual ~DemandHandler() {}
 
	virtual ~DemandHandler() = default;
 
};
 

	
 
#endif /* DEMANDS_H */