mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Code style: use parentheses for creating heap-based objects (#344)
This commit is contained in:
@ -126,7 +126,7 @@ ISimpleResourceLoader * CResourceHandler::createInitial()
|
||||
{
|
||||
//temporary filesystem that will be used to initialize main one.
|
||||
//used to solve several case-sensivity issues like Mp3 vs MP3
|
||||
auto initialLoader = new CFilesystemList;
|
||||
auto initialLoader = new CFilesystemList();
|
||||
|
||||
//recurse only into specific directories
|
||||
auto recurseInDir = [&](std::string URI, int depth)
|
||||
|
Reference in New Issue
Block a user