From f9325048496d7cdbcad233f8a6b84c88e79adcc2 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 17 Sep 2019 20:11:47 -0400
Subject: [PATCH] Rename link2master to link2support.

---
 Lathe.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Lathe.java b/Lathe.java
index e9dd881..be0cc73 100644
--- a/Lathe.java
+++ b/Lathe.java
@@ -22,9 +22,9 @@
         return l;
     }
 
-    protected void deepCopySelf(Object3D other)
+    protected void deepCopyNode(Object3D other)
     {
-        super.deepCopySelf(other);
+        super.deepCopyNode(other);
         Lathe l = (Lathe)other;
         l.spline = (Spline)spline.deepCopy();
     }

--
Gitblit v1.6.2