1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Fix a few more structs forward-declared as class.

This commit is contained in:
dmiller
2015-07-08 14:25:45 +00:00
parent 2056a30a76
commit b99e76ec60
2 changed files with 3 additions and 3 deletions

View File

@@ -132,7 +132,7 @@
#include <string> #include <string>
#include <map> #include <map>
class FingerPrintDB; struct FingerPrintDB;
struct FingerMatch; struct FingerMatch;
class NmapOps { class NmapOps {

View File

@@ -134,8 +134,8 @@
#include <list> #include <list>
#include "timing.h" #include "timing.h"
#include "tcpip.h" #include "tcpip.h"
class FingerPrint; struct FingerPrint;
class FingerTest; struct FingerTest;
class FingerPrintResultsIPv4; class FingerPrintResultsIPv4;
class Target; class Target;