mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[1470] Make io_fetch.cc and .h consistent about type of IOFetchData
Was declared as "class" in one and "struct" in another - now declared as "struct" in both.
This commit is contained in:
@@ -35,7 +35,7 @@ namespace isc {
|
||||
namespace asiodns {
|
||||
|
||||
// Forward declarations
|
||||
class IOFetchData;
|
||||
struct IOFetchData;
|
||||
|
||||
/// \brief Upstream Fetch Processing
|
||||
///
|
||||
|
Reference in New Issue
Block a user