moved StringUtil into StrUtil to avoid conflicts with another file with lower case name in gui/util

This commit is contained in:
csoler 2018-01-18 22:13:24 +01:00
parent 95e8fc4404
commit b6a2d75747
8 changed files with 8 additions and 8 deletions

View file

@ -33,7 +33,7 @@
#include "AddOnionCommand.h"
#include "HiddenService.h"
#include "CryptoKey.h"
#include "StringUtil.h"
#include "StrUtil.h"
using namespace Tor;