diff options
Diffstat (limited to 'common/nextpnr.cc')
-rw-r--r-- | common/nextpnr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nextpnr.cc b/common/nextpnr.cc index ee0c13ba..5af83a15 100644 --- a/common/nextpnr.cc +++ b/common/nextpnr.cc @@ -21,7 +21,7 @@ NEXTPNR_NAMESPACE_BEGIN -BaseCtx *IdString::global_ctx = nullptr; +std::unordered_set<BaseCtx*> IdString::global_ctx; void IdString::set(const BaseCtx *ctx, const std::string &s) { |