changeset 23228:a6e4157694ef stable

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.
author Rik <rik@octave.org>
date Fri, 24 Feb 2017 11:40:05 -0800
parents 1a8b7b3ae5f2
children 2bed6d6bb2e2 22ab93db26cb
files liboctave/system/file-stat.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)