From b99e76ec603cb1e518f5fd0afb9ec65d3d1f3999 Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 8 Jul 2015 14:25:45 +0000 Subject: [PATCH] Fix a few more structs forward-declared as class. --- NmapOps.h | 2 +- osscan2.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NmapOps.h b/NmapOps.h index 5728a506a..a310ae01c 100644 --- a/NmapOps.h +++ b/NmapOps.h @@ -132,7 +132,7 @@ #include #include -class FingerPrintDB; +struct FingerPrintDB; struct FingerMatch; class NmapOps { diff --git a/osscan2.h b/osscan2.h index 2f7ecd441..a0efda29b 100644 --- a/osscan2.h +++ b/osscan2.h @@ -134,8 +134,8 @@ #include #include "timing.h" #include "tcpip.h" -class FingerPrint; -class FingerTest; +struct FingerPrint; +struct FingerTest; class FingerPrintResultsIPv4; class Target;