Changeset - r10047:088b8b265ea0
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2008-08-31 19:56:52
rubidium@openttd.org
(svn r14207) -Fix [FS#2262] (r14191): warning about non-virtual destructor in class with virtual functions.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/fileio_func.h
Show inline comments
 
@@ -68,6 +68,9 @@ extern char *_personal_dir; ///< custom 
 
class FileScanner
 
{
 
public:
 
	/** Destruct the proper one... */
 
	virtual ~FileScanner() {}
 

	
 
	uint Scan(const char *extension, Subdirectory sd, bool tars = true);
 

	
 
	/**
0 comments (0 inline, 0 general)