From e855818b7f2891ed2caff1abe00bb82594aa45de Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 12 Mar 2002 22:20:05 +0000 Subject: [PATCH] oopsy --- panda/src/tform/qpmouseWatcher.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/panda/src/tform/qpmouseWatcher.h b/panda/src/tform/qpmouseWatcher.h index 6120017c47..9bdfcdd4ba 100644 --- a/panda/src/tform/qpmouseWatcher.h +++ b/panda/src/tform/qpmouseWatcher.h @@ -117,12 +117,12 @@ protected: void set_current_regions(VRegions ®ions); void clear_current_regions(); - static void intersect_regions(MouseWatcher::VRegions &result, - const MouseWatcher::VRegions ®ions_a, - const MouseWatcher::VRegions ®ions_b); - static void remove_region_from(MouseWatcher::VRegions ®ions, + static void intersect_regions(qpMouseWatcher::VRegions &result, + const qpMouseWatcher::VRegions ®ions_a, + const qpMouseWatcher::VRegions ®ions_b); + static void remove_region_from(qpMouseWatcher::VRegions ®ions, MouseWatcherRegion *region); - static void remove_regions_from(MouseWatcher::VRegions ®ions, + static void remove_regions_from(qpMouseWatcher::VRegions ®ions, MouseWatcherGroup *group);