Changed: Minor changes

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-19 13:16:48 +01:00
parent e186c7796b
commit cbb1233ce2
2 changed files with 1 additions and 2 deletions

View file

@ -356,7 +356,7 @@ namespace NLGUI
{
if (!args.empty())
{
ucstring res("");
ucstring res;
for (uint32 i = 0; i < args.size(); ++i)
{
args[i].toString();

View file

@ -16,7 +16,6 @@
#include "stdpch.h"
#include <functional>
#include "deposit.h"
#include "player_manager/character.h"
#include "player_manager/player_manager.h"