- add missed file
This commit is contained in:
parent
4ead35dcc6
commit
b7d5df183b
|
|
@ -6,7 +6,7 @@
|
||||||
class OsProcess
|
class OsProcess
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
std::string execCommand(const std::string& cmdline);
|
static std::string execCommand(const std::string& cmdline);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue