diff Core/SystemToolbox.h @ 2906:2a504fef4ed7

AutodetectMimeType() now using boost::filesystem
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Oct 2018 12:29:55 +0100
parents f790999a250a
children 9d277f8ad698
line wrap: on
line diff
--- a/Core/SystemToolbox.h	Tue Oct 30 11:55:23 2018 +0100
+++ b/Core/SystemToolbox.h	Tue Oct 30 12:29:55 2018 +0100
@@ -100,5 +100,7 @@
                      bool utc);
 
     unsigned int GetHardwareConcurrency();
+
+    std::string AutodetectMimeType(const std::string& path);
   }
 }