summaryrefslogtreecommitdiff
path: root/src/lib/cross_windows.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-14 13:09:04 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-14 13:09:04 +0200
commite3c78ffdb5e562841e86e6f59a20494159c44de7 (patch)
tree81a4384eafabbd84975ccbb733c944cb6205cb46 /src/lib/cross_windows.cc
parent4c804a0d92ebd03b70bfc7f736fcaf5f77cb3bb7 (diff)
Rename shared_path -> resources_path.
Diffstat (limited to 'src/lib/cross_windows.cc')
-rw-r--r--src/lib/cross_windows.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross_windows.cc b/src/lib/cross_windows.cc
index 272467bd3..498078785 100644
--- a/src/lib/cross_windows.cc
+++ b/src/lib/cross_windows.cc
@@ -193,7 +193,7 @@ directory_containing_executable ()
boost::filesystem::path
-shared_path ()
+resources_path ()
{
return directory_containing_executable().parent_path();
}