diff options
Diffstat (limited to 'src/binary_location.h')
-rw-r--r-- | src/binary_location.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/binary_location.h b/src/binary_location.h index 6a996e9..220c534 100644 --- a/src/binary_location.h +++ b/src/binary_location.h @@ -24,6 +24,8 @@ #include <cstdlib> #include <string> +namespace patchage { + /** Return the absolute path of the binary. */ inline std::string binary_location() @@ -54,3 +56,5 @@ bundle_location() } return binary.substr(0, binary.find_last_of('/')); } + +} // namespace patchage |