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
This commit is contained in:
Mike Kremer
2009-02-09 11:01:08 +00:00
parent 4e33ac9d2b
commit d9f366e848

View File

@@ -46,7 +46,7 @@ using namespace OpenMesh;
//== IMPLEMENTATION ========================================================== //== IMPLEMENTATION ==========================================================
bool inline bool
MeshViewerWidget::open_mesh(const char* _filename, IO::Options _opt) MeshViewerWidget::open_mesh(const char* _filename, IO::Options _opt)
{ {
if ( Base::open_mesh( _filename, _opt ) ) if ( Base::open_mesh( _filename, _opt ) )