We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cee1a commit f9ca285Copy full SHA for f9ca285
backend/src/windows_platform.cpp
@@ -27,7 +27,7 @@
27
#include "pcap.h"
28
using namespace std;
29
30
-WindowsPlatform::WindowsPlatform(vector<string>)
+WindowsPlatform::WindowsPlatform(string)
31
{
32
// FIXME
33
}
backend/src/windows_platform.hpp
@@ -34,7 +34,7 @@ using namespace std;
34
class WindowsPlatform : public AbstractPlatform
35
36
public:
37
- WindowsPlatform(vector<string>);
+ WindowsPlatform(string);
38
bool is_root();
39
bool check_permissions();
40
void fix_permissions();
0 commit comments