From b4227f586c59ca959d1bfe0d01c4c04b601fa30f Mon Sep 17 00:00:00 2001 From: "D. Shah" Date: Thu, 4 Feb 2021 12:07:11 +0000 Subject: Rename ArchBase to BaseArch for consistency with BaseCtx Signed-off-by: D. Shah --- common/nextpnr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/nextpnr.h b/common/nextpnr.h index e950ad69..cb3f6e9f 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -1064,7 +1064,7 @@ typename std::enable_if::value, Tret>::type return_if_ma } // namespace -template struct ArchBase : BaseCtx +template struct BaseArch : BaseCtx { // -------------------------------------------------------------- // Arch API base -- cgit v1.2.3