File diff r24217:df2f5854f1e3 → r24218:c32caa9f014d
src/video/null_v.h
Show inline comments
 
@@ -18,7 +18,7 @@ private:
 
	uint ticks; ///< Amount of ticks to run.
 

	
 
public:
 
	const char *Start(const char * const *param) override;
 
	const char *Start(const StringList &param) override;
 

	
 
	void Stop() override;