Revert previous change ("extern" was not the problem)

This commit is contained in:
Bertrand Bellenot 2016-12-01 17:03:10 +01:00 committed by sftnight
parent 43c8a82180
commit f67fbca15b

View File

@ -47,7 +47,7 @@ extern "C" void cling_PrintValue(void * /*cling::Value**/ V) {
// Exported for RuntimePrintValue.h
namespace cling {
namespace valuePrinterInternal {
const char* const kEmptyCollection = "{}";
extern const char* const kEmptyCollection = "{}";
}
}