Skip to content

Commit e425bec

Browse files
StellaSmithmika314
authored andcommitted
add missing inline keyword
1 parent 3c4ca57 commit e425bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdlpp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ namespace sdl
579579
}
580580
};
581581

582-
std::filesystem::path get_base_path()
582+
inline std::filesystem::path get_base_path()
583583
{
584584
using deleter = decltype([](void *ptr) { SDL_free(ptr); });
585585
auto ptr = std::unique_ptr<char[], deleter>(SDL_GetBasePath());

0 commit comments

Comments
 (0)