summaryrefslogtreecommitdiff
path: root/ACE/ace
diff options
context:
space:
mode:
authorMartin Corino <mcorino@remedy.nl>2019-02-19 11:03:00 +0100
committerMartin Corino <mcorino@remedy.nl>2019-02-19 11:03:00 +0100
commitc951f0a9a581139c0744f3ab1923cb90c6db636d (patch)
treecfb542f2ba4b2659f3c5827a84690c97ebe28561 /ACE/ace
parent1db52e74003c2395ee6d31a32925bcd8d2169e0f (diff)
downloadATCD-c951f0a9a581139c0744f3ab1923cb90c6db636d.tar.gz
Fix compile error for MacOS.
* ACE/ace/Timer_Queue_Adapters.h:
Diffstat (limited to 'ACE/ace')
-rw-r--r--ACE/ace/Timer_Queue_Adapters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Timer_Queue_Adapters.h b/ACE/ace/Timer_Queue_Adapters.h
index 8f9ff61f20f..0ba8dc2f0b7 100644
--- a/ACE/ace/Timer_Queue_Adapters.h
+++ b/ACE/ace/Timer_Queue_Adapters.h
@@ -229,7 +229,7 @@ private:
/* We only need this because some crappy compilers can't
properly handle initializing the conditions with
temporary objects. */
- ACE_Condition_Attributes_T<TQ::time_policy_t> cond_attr_;
+ ACE_Condition_Attributes_T<typename TQ::time_policy_t> cond_attr_;
/**
* The dispatching thread sleeps on this condition while waiting to