mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 22:24:31 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "InputOutputStream.h"
|
||||
#include "InputStream.h"
|
||||
|
||||
InputStream *InputStream::getResourceAsStream(const wstring &fileName)
|
||||
InputStream *InputStream::getResourceAsStream(const std::wstring &fileName)
|
||||
{
|
||||
return new FileInputStream( File( fileName ) );
|
||||
}
|
||||
Reference in New Issue
Block a user