Index: trunk/pdns/pdns/dnspacket.cc
===================================================================
--- trunk/pdns/pdns/dnspacket.cc	(revision 1252)
+++ trunk/pdns/pdns/dnspacket.cc	(revision 1270)
@@ -189,8 +189,8 @@
   // 10800 3600 604800 3600
   data.serial=0;
-  data.refresh=arg().asNum("soa-refresh-default");
-  data.retry=arg().asNum("soa-retry-default");
-  data.expire=arg().asNum("soa-expire-default");
-  data.default_ttl=arg().asNum("soa-minimum-ttl");
+  data.refresh=::arg().asNum("soa-refresh-default");
+  data.retry=::arg().asNum("soa-retry-default");
+  data.expire=::arg().asNum("soa-expire-default");
+  data.default_ttl=::arg().asNum("soa-minimum-ttl");
 
   vector<string>parts;
@@ -297,5 +297,5 @@
   stable_sort(rrs.begin(),rrs.end(),rrcomp);
 
-  static bool mustShuffle =arg().mustDo("no-shuffle");
+  static bool mustShuffle =::arg().mustDo("no-shuffle");
 
   if(!d_tcp && !mustShuffle) {
