mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +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 {
|
namespace asiodns {
|
||||||
|
|
||||||
// Forward declarations
|
// Forward declarations
|
||||||
class IOFetchData;
|
struct IOFetchData;
|
||||||
|
|
||||||
/// \brief Upstream Fetch Processing
|
/// \brief Upstream Fetch Processing
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user