mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 05:01:29 +00:00
Fix build on VS2015 due to incorrectly forward declaring FingerMatch as class not struct
This commit is contained in:
@@ -139,7 +139,7 @@ class FPProbe;
|
|||||||
|
|
||||||
class Target;
|
class Target;
|
||||||
class FingerPrintResultsIPv6;
|
class FingerPrintResultsIPv6;
|
||||||
class FingerMatch;
|
struct FingerMatch;
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* CONSTANT DEFINITIONS *
|
* CONSTANT DEFINITIONS *
|
||||||
|
|||||||
Reference in New Issue
Block a user