mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Sort out a whole bunch of other things, including cleaning up the way the
verification source is handled.
This commit is contained in:
		| @@ -71,10 +71,10 @@ public: | ||||
|         return _fmr->tell(); | ||||
|     } | ||||
|  | ||||
| 	void rewind() | ||||
| 	{ | ||||
| 		_fmr->rewind(); | ||||
| 	} | ||||
|     void rewind() | ||||
|     { | ||||
|         _fmr->rewind(); | ||||
|     } | ||||
|  | ||||
|     void seek(const Fluxmap::Position& pos) | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user