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:
@@ -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 ) )
|
||||||
|
|||||||
Reference in New Issue
Block a user