mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix build on VS2015 due to incorrectly forward declaring FingerMatch as class not struct
This commit is contained in:
parent
faaf417606
commit
324b6beefe
2 changed files with 2 additions and 2 deletions
|
|
@ -139,7 +139,7 @@ class FPProbe;
|
|||
|
||||
class Target;
|
||||
class FingerPrintResultsIPv6;
|
||||
class FingerMatch;
|
||||
struct FingerMatch;
|
||||
|
||||
/******************************************************************************
|
||||
* CONSTANT DEFINITIONS *
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@
|
|||
#include <map>
|
||||
|
||||
class FingerPrintDB;
|
||||
class FingerMatch;
|
||||
struct FingerMatch;
|
||||
|
||||
class NmapOps {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue