From b67a34c4e866296eaa939b7dc9f3f8551a756233 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 21 Jan 2008 19:31:16 +0000 Subject: [PATCH] *** empty log message *** --- Geo/GEntity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geo/GEntity.h b/Geo/GEntity.h index 6fdc230355..5bc122a1ed 100644 --- a/Geo/GEntity.h +++ b/Geo/GEntity.h @@ -186,7 +186,7 @@ class GEntity { virtual int containsPoint(const SPoint3 &pt) const { throw; } // Get the native type of the particular representation - virtual ModelType getNativeType() const { return UnknownModel;} + virtual ModelType getNativeType() const { return UnknownModel; } // Get the native pointer of the particular representation virtual void * getNativePtr() const { throw; } -- GitLab