We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155894e commit 14a4711Copy full SHA for 14a4711
libs/openFrameworks/utils/ofFileUtils.h
@@ -313,7 +313,7 @@ class ofFilePath {
313
///
314
/// \param path directory path
315
/// \returns path + slash
316
- static std::string addTrailingSlash(const of::filesystem::path& path);
+ static std::string addTrailingSlash(const of::filesystem::path & path);
317
318
/// Remove a path's trailing slash (if found),
319
/// ie. "images/" -> "images".
@@ -430,7 +430,7 @@ class ofFilePath {
430
/// \returns current executable path
431
static of::filesystem::path getCurrentExePathFS();
432
static std::string getCurrentExePath();
433
-
+
434
/// Get the full path to the application's parent directory.
435
436
/// Windows & Linux: the application's parent directory
0 commit comments