fix all DXChannel->get to ::get
[spider.git] / perl / Thingy.pm
index 8b3f3ccef0d6bc6ad75a6f512b8e4101115557c8..a420206d5ef402a7c70f038927ab575a068fd41d 100644 (file)
@@ -115,7 +115,7 @@ sub process
        }
        while (@queue) {
                $thing = shift @queue;
-               my $dxchan = DXChannel->get($thing->{dxchan});
+               my $dxchan = DXChannel::get($thing->{dxchan});
                if ($dxchan) {
                        if ($thing->can('in_filter')) {
                                next unless $thing->in_filter($dxchan);