Browse Source

[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.
Stephen Morris 13 years ago
parent
commit
0daa6e10d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/asiodns/io_fetch.h

+ 1 - 1
src/lib/asiodns/io_fetch.h

@@ -35,7 +35,7 @@ namespace isc {
 namespace asiodns {
 
 // Forward declarations
-class IOFetchData;
+struct IOFetchData;
 
 /// \brief Upstream Fetch Processing
 ///