Rename SourceReferenceFormatterHuman.

This commit is contained in:
chriseth
2020-12-01 16:09:46 +01:00
parent 4044817255
commit c193ce6c07
25 changed files with 64 additions and 64 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
#include <tools/solidityUpgrade/UpgradeChange.h>
#include <liblangutil/SourceReferenceExtractor.h>
#include <liblangutil/SourceReferenceFormatterHuman.h>
#include <liblangutil/SourceReferenceFormatter.h>
using namespace std;
using namespace solidity;
@@ -37,7 +37,7 @@ void UpgradeChange::apply()
void UpgradeChange::log(bool const _shorten) const
{
stringstream os;
SourceReferenceFormatterHuman formatter{os, true, false};
SourceReferenceFormatter formatter{os, true, false};
string start = to_string(m_location.start);
string end = to_string(m_location.end);