[MC, COFF] Support link /incremental conditionally
[oota-llvm.git] / include / llvm / Support / TrailingObjects.h
index 02dfad7954a541b6ee349140e5e1892580dc4330..1561e62261dde3df280cf1b49d19d26563f1e2d1 100644 (file)
@@ -283,7 +283,7 @@ class TrailingObjects : private trailing_objects_internal::TrailingObjectsImpl<
 
 public:
   // make this (privately inherited) class public.
-  using TrailingObjectsBase::OverloadToken;
+  using ParentType::OverloadToken;
 
   /// Returns a pointer to the trailing object array of the given type
   /// (which must be one of those specified in the class template). The