From 4b8577a89ba64dd1b8249a04dbf139c418e4216c Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 20 Dec 2020 00:35:23 +0100 Subject: [PATCH] Temporary compatibility with lefdef branch - remove when this branch is merged. --- src/db/db/dbStreamLayers.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/db/db/dbStreamLayers.h b/src/db/db/dbStreamLayers.h index b142d7d95..630dc6bb8 100644 --- a/src/db/db/dbStreamLayers.h +++ b/src/db/db/dbStreamLayers.h @@ -215,6 +215,15 @@ public: */ std::pair logical (const db::LayerProperties &p) const; + /** + * @brief A compatibility function for future enhancements + * TODO: remove when lefdef branch is merged + */ + std::pair first_logical (const db::LayerProperties &p) const + { + return logical (p); + } + /** * @brief Query or install a layer mapping from a name or LDPair *