From e6dc9ce77df54b3a4e8d8353c7f28eeabfdcd8da Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 30 Jun 2018 17:13:22 +0200 Subject: Add implementations for generic arch db API Signed-off-by: Clifford Wolf --- common/nextpnr.cc | 2 +- common/nextpnr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/nextpnr.cc b/common/nextpnr.cc index 5af83a15..1ca3766a 100644 --- a/common/nextpnr.cc +++ b/common/nextpnr.cc @@ -21,7 +21,7 @@ NEXTPNR_NAMESPACE_BEGIN -std::unordered_set IdString::global_ctx; +std::unordered_set IdString::global_ctx; void IdString::set(const BaseCtx *ctx, const std::string &s) { diff --git a/common/nextpnr.h b/common/nextpnr.h index af092475..094d6241 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -74,7 +74,7 @@ struct IdString // --- deprecated old API --- - static std::unordered_set global_ctx; + static std::unordered_set global_ctx; const std::string &global_str() const __attribute__((deprecated)) { -- cgit v1.2.3