From 1af7d3700724834e40ad8636bc9a56cdc3b19b15 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sat, 27 Jul 2019 11:52:38 -0400
Subject: [PATCH] New layout icons

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

diff --git a/CSG.java b/CSG.java
index 44c5995..cefd400 100644
--- a/CSG.java
+++ b/CSG.java
@@ -132,7 +132,7 @@
     }
 
     /**/
-    void draw(CameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked)
+    void draw(iCameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked)
     {
         if (csgType == UNION || !link2master) // || csgType == MERGE)
         {
@@ -154,7 +154,7 @@
     }
     /**/
 
-    void PreprocessOcclusion(CameraPane cp)
+    void PreprocessOcclusion(iCameraPane cp)
     {
         if (csgType == UNION) // || csgType == MERGE)
         {

--
Gitblit v1.6.2