From b2a4fe1b5005201d228890b82d37cf8b3e942d14 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 20 Sep 2020 16:36:29 -0600 Subject: [PATCH] likely temporary change to visibility inside PBD::int62.h --- libs/pbd/pbd/int62.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/pbd/int62.h b/libs/pbd/pbd/int62.h index b8c91569cc..6ade77dff9 100644 --- a/libs/pbd/pbd/int62.h +++ b/libs/pbd/pbd/int62.h @@ -35,7 +35,7 @@ */ class alignas(16) int62_t { - private: + protected: /* std::atomic<> takes care of memory barriers for us; the actual load and stores are atomic on architectures that we're likely to care about. */