From d9f366e8485a20f5b45527002ae4dff761f7465a Mon Sep 17 00:00:00 2001 From: Mike Kremer Date: Mon, 9 Feb 2009 11:01:08 +0000 Subject: [PATCH] Declared bool open_mesh() as inline to avoid compiler errors for gcc version 4.0.x and 4.1.x git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@44 fdac6126-5c0c-442c-9429-916003d36597 --- Apps/Subdivider/MeshViewerWidget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/Subdivider/MeshViewerWidget.cc b/Apps/Subdivider/MeshViewerWidget.cc index ff488f38..a1cd8464 100644 --- a/Apps/Subdivider/MeshViewerWidget.cc +++ b/Apps/Subdivider/MeshViewerWidget.cc @@ -46,7 +46,7 @@ using namespace OpenMesh; //== IMPLEMENTATION ========================================================== -bool +inline bool MeshViewerWidget::open_mesh(const char* _filename, IO::Options _opt) { if ( Base::open_mesh( _filename, _opt ) ) -- GitLab