From 4262366f626575954f08095a47c497540e0ee856 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 24 Apr 2005 19:30:01 +0000 Subject: [PATCH] Added THREAD_ infront of PRIORITY_MIN settings to reflect changes to OpentThreads --- src/osgDB/DatabasePager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgDB/DatabasePager.cpp b/src/osgDB/DatabasePager.cpp index 6abfd1b74..742c32f4e 100644 --- a/src/osgDB/DatabasePager.cpp +++ b/src/osgDB/DatabasePager.cpp @@ -35,8 +35,8 @@ DatabasePager::DatabasePager() _frameBlock = new Block; _databasePagerThreadBlock = new Block; - _threadPriorityDuringFrame = PRIORITY_MIN; - _threadPriorityOutwithFrame = PRIORITY_MIN; + _threadPriorityDuringFrame = THREAD_PRIORITY_MIN; + _threadPriorityOutwithFrame = THREAD_PRIORITY_MIN; _changeAutoUnRef = true; _valueAutoUnRef = true;