Lioncash 0149162dba filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference
Neither of these functions alter the ownership of the provided pointer,
so we can simply make the parameters a reference rather than a direct
shared pointer alias. This way we also disallow passing incorrect memory values like
nullptr.
2018-10-13 11:36:35 -04:00
..
2018-01-12 19:11:03 -07:00
2018-10-02 15:30:48 +02:00
2018-01-12 19:11:03 -07:00
2018-03-23 16:56:59 +01:00