make FDB public

This commit is contained in:
Glenn Maynard
2005-01-27 01:59:03 +00:00
parent 67b5d06fa7
commit a98aacf322
+2 -4
View File
@@ -1,6 +1,4 @@
/* /* RageFileDriver, RageFileObj: Low-level file access driver classes. */
* RageFileDriver, RageFileObj: Low-level file access driver classes.
*/
#ifndef RAGE_FILE_DRIVER_H #ifndef RAGE_FILE_DRIVER_H
#define RAGE_FILE_DRIVER_H #define RAGE_FILE_DRIVER_H
@@ -27,7 +25,7 @@ public:
/* Possible error returns from Open, in addition to standard errno.h values: */ /* Possible error returns from Open, in addition to standard errno.h values: */
enum { ERROR_WRITING_NOT_SUPPORTED = -1 }; enum { ERROR_WRITING_NOT_SUPPORTED = -1 };
protected: // protected:
FilenameDB *FDB; FilenameDB *FDB;
}; };