fixup! Clean up handling of paths relative to the executable. path-cleanup
authorCarl Hetherington <cth@carlh.net>
Wed, 3 Jun 2020 10:37:35 +0000 (12:37 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 Jun 2020 10:37:35 +0000 (12:37 +0200)
src/lib/cross_windows.cc

index f91fe70bba5ad83fe354c12ab0a2657c5b72641b..d732e9fe5e71c426c255429c6ce6a90ad16874c3 100644 (file)
@@ -185,7 +185,7 @@ mount_info ()
 }
 
 
-static boost::filesystem::path
+boost::filesystem::path
 directory_containing_executable ()
 {
        return boost::dll::program_location().parent_path();