From b78c6a904de450f1a772b3132016f7a2b78acee9 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 22 Feb 2008 06:38:47 +0000
Subject: [PATCH] fix compile

---
 Geo/GFace.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Geo/GFace.h b/Geo/GFace.h
index 619b56afec..0135f3acec 100644
--- a/Geo/GFace.h
+++ b/Geo/GFace.h
@@ -144,7 +144,7 @@ class GFace : public GEntity
   virtual std::string getAdditionalInfoString();
 
   // Fills the crude representation cross
-  bool GFace::buildRepresentationCross();
+  bool buildRepresentationCross();
 
   // Builds a STL triangulation and fills the vertex array
   // va_geom_triangles
-- 
GitLab