Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Jan 1, 2024
1 parent d290436 commit 5bb2536
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#undef unix

namespace xtd::unix::macos {
namespace xtd::unix {
class shell_execute final {
public:
static std::string run(const std::string& file_name) {return run(file_name, {});}
Expand Down

0 comments on commit 5bb2536

Please sign in to comment.