diff options
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r-- | common/nextpnr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<BaseCtx*> global_ctx; + static std::unordered_set<BaseCtx *> global_ctx; const std::string &global_str() const __attribute__((deprecated)) { |