]> granicus.if.org Git - pdns/commitdiff
GeoIP: Fix a struct/class mixup
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 29 May 2018 14:11:57 +0000 (16:11 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 1 Jun 2018 07:50:25 +0000 (09:50 +0200)
modules/geoipbackend/geoipbackend.hh

index a938240c39405fdc2bb4017255e8114234099c1d..015782a7f95994e303860e0d4d886f5e72cb9ab2 100644 (file)
@@ -38,7 +38,7 @@
 
 class GeoIPInterface;
 
-class GeoIPDomain;
+struct GeoIPDomain;
 
 struct GeoIPNetmask {
   int netmask;