aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/arch.h')
-rw-r--r--nexus/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/arch.h b/nexus/arch.h
index 2f84b25d..700df103 100644
--- a/nexus/arch.h
+++ b/nexus/arch.h
@@ -1364,7 +1364,7 @@ struct Arch : BaseCtx
typedef std::unordered_map<IdString, CellPinStyle> CellPinsData;
- void get_cell_pin_data(std::unordered_map<IdString, CellPinsData> &cell_pins);
+ void get_cell_pin_data(std::unordered_map<IdString, CellPinsData> &cell_pins) const;
// -------------------------------------------------