Changeset 299 for cpp/frams/virtfile
- Timestamp:
- 01/17/15 02:43:46 (10 years ago)
- Location:
- cpp/frams/virtfile
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/virtfile/stdiofile.h
r296 r299 107 107 }; 108 108 109 class StdioFileSystem_autoselect: public StdioFileSystem 110 { 111 public: 112 StdioFileSystem_autoselect() 113 { 114 VirtFILE::selectFileSystem(this); 115 } 116 }; 117 109 118 #endif 110
Note: See TracChangeset
for help on using the changeset viewer.