From b92e7f151247957b551d480cc87027c403754b94 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 11 Jun 2014 17:08:05 +0200 Subject: [PATCH] Make BReferenceable public. * The Network Kit now makes use of it for BUrlContext, so we need this in the public headers. * Problem caught by the new build bot by compiling the unit tests. --- headers/{private/shared => os/support}/Referenceable.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename headers/{private/shared => os/support}/Referenceable.h (100%) diff --git a/headers/private/shared/Referenceable.h b/headers/os/support/Referenceable.h similarity index 100% rename from headers/private/shared/Referenceable.h rename to headers/os/support/Referenceable.h