skystrife / procxx

A simple process management library for C++ on UNIX platforms.
MIT License
144 stars 28 forks source link

Modify constructor to enable const std::string& as a first argument #14

Closed ngrodzitski closed 7 years ago

ngrodzitski commented 7 years ago

Modify constructor signature to be able to use it passing const std::string & as a first argument.

skystrife commented 7 years ago

Thanks!