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 <map>
class FingerPrintDB;
struct FingerPrintDB;
struct FingerMatch;
class NmapOps {

View file

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