quiet warning

This commit is contained in:
Glenn Maynard
2003-07-22 20:20:12 +00:00
parent 5e71b21e3d
commit 4007c2987b
+1
View File
@@ -27,6 +27,7 @@ class Rageifstream : public std::ifstream
{
public:
Rageifstream() {};
Rageifstream( Rageifstream &cpy ); /* not defined; hush warning */
Rageifstream( const char *szPath ) : ifstream(FixSlashes(szPath)) {}
void open( const char *szPath ) { ifstream::open(FixSlashes(szPath)); }
};