From 3a489340cf8da0d81aff0cd8f173a8721874c3f9 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Wed, 13 Mar 2019 13:25:49 -0400 Subject: [PATCH] fixed transform_t name --- irdb-libs/libIRDB-elfdep/test/edt.cpp | 2 +- irdb-libs/libIRDB-elfdep/test/edt.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/irdb-libs/libIRDB-elfdep/test/edt.cpp b/irdb-libs/libIRDB-elfdep/test/edt.cpp index ff1d95391..67cc9aa19 100644 --- a/irdb-libs/libIRDB-elfdep/test/edt.cpp +++ b/irdb-libs/libIRDB-elfdep/test/edt.cpp @@ -9,7 +9,7 @@ using namespace ElfDep_Tester; ElfDep_Tester_t::ElfDep_Tester_t(FileIR_t* firp) - : Transform (firp) + : Transform_t (firp) { } diff --git a/irdb-libs/libIRDB-elfdep/test/edt.hpp b/irdb-libs/libIRDB-elfdep/test/edt.hpp index 24c082c47..562857fb1 100644 --- a/irdb-libs/libIRDB-elfdep/test/edt.hpp +++ b/irdb-libs/libIRDB-elfdep/test/edt.hpp @@ -12,7 +12,7 @@ using namespace std; typedef set<string> StringSet_t; -class ElfDep_Tester_t : Transform +class ElfDep_Tester_t : Transform_t { public: ElfDep_Tester_t(FileIR_t* firp); -- GitLab