Fixes hal shim from alias to using item (#538)

Fixes #536
This commit is contained in:
Thad House
2017-05-12 17:02:54 -07:00
committed by Peter Johnson
parent efec0c5cc3
commit 7006672b06
2 changed files with 3 additions and 3 deletions

View File

@@ -137,5 +137,5 @@ class priority_condition_variable {
// For backwards compatibility
#ifndef NAMESPACED_PRIORITY
using priority_condition_variable = hal::priority_condition_variable; // NOLINT
using hal::priority_condition_variable; // NOLINT
#endif