# HG changeset patch # User Rik # Date 1487965205 28800 # Node ID a6e4157694ef2355730d996e7571c08d665a47a0 # Parent 1a8b7b3ae5f29c188700c3f6ddaf0edad4dfaf2b Remove inline keyword on file_stat destructor which breaks MacOS compilation (bug #50234). * file-stat.cc (file_stat::~file_stat): Remove inline keyword on empty destructor. diff -r 1a8b7b3ae5f2 -r a6e4157694ef liboctave/system/file-stat.cc --- a/liboctave/system/file-stat.cc Fri Feb 24 13:47:12 2017 -0500 +++ b/liboctave/system/file-stat.cc Fri Feb 24 11:40:05 2017 -0800 @@ -174,7 +174,7 @@ update_internal (); } - inline file_stat::~file_stat () { } + file_stat::~file_stat () { } void file_stat::update_internal (bool force)