mirror of https://github.com/KLayout/klayout.git
Fixed a compiler warning
This commit is contained in:
parent
a494892529
commit
d28822af3f
|
|
@ -397,7 +397,7 @@ public:
|
||||||
* @brief The (dummy) translation operator with transformation
|
* @brief The (dummy) translation operator with transformation
|
||||||
*/
|
*/
|
||||||
template <class T>
|
template <class T>
|
||||||
void translate (const text<C> &d, const T &t, db::generic_repository<C> &r, db::ArrayRepository &a)
|
void translate (const text<C> &d, const T &t, db::generic_repository<C> &, db::ArrayRepository &)
|
||||||
{
|
{
|
||||||
*this = d;
|
*this = d;
|
||||||
transform (t);
|
transform (t);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue