Skip to content

Commit 14a4711

Browse files
committed
up
1 parent 155894e commit 14a4711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/openFrameworks/utils/ofFileUtils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ class ofFilePath {
313313
///
314314
/// \param path directory path
315315
/// \returns path + slash
316-
static std::string addTrailingSlash(const of::filesystem::path& path);
316+
static std::string addTrailingSlash(const of::filesystem::path & path);
317317

318318
/// Remove a path's trailing slash (if found),
319319
/// ie. "images/" -> "images".
@@ -430,7 +430,7 @@ class ofFilePath {
430430
/// \returns current executable path
431431
static of::filesystem::path getCurrentExePathFS();
432432
static std::string getCurrentExePath();
433-
433+
434434
/// Get the full path to the application's parent directory.
435435
///
436436
/// Windows & Linux: the application's parent directory

0 commit comments

Comments
 (0)