File diff r24217:df2f5854f1e3 → r24218:c32caa9f014d
src/music/extmidi.h
Show inline comments
 
@@ -22,7 +22,7 @@ private:
 
	void DoStop();
 

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

	
 
	void Stop() override;