From: Remi Gacogne Date: Tue, 29 May 2018 14:11:57 +0000 (+0200) Subject: GeoIP: Fix a struct/class mixup X-Git-Tag: dnsdist-1.3.1~47^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e942b0a7bc482f61299158dbca3e0a011e2cec;p=thirdparty%2Fpdns.git GeoIP: Fix a struct/class mixup --- diff --git a/modules/geoipbackend/geoipbackend.hh b/modules/geoipbackend/geoipbackend.hh index a938240c39..015782a7f9 100644 --- a/modules/geoipbackend/geoipbackend.hh +++ b/modules/geoipbackend/geoipbackend.hh @@ -38,7 +38,7 @@ class GeoIPInterface; -class GeoIPDomain; +struct GeoIPDomain; struct GeoIPNetmask { int netmask;