From a4c483063e97f4cea103606183c18c39de4fe371 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Sat, 15 Nov 2014 11:32:47 -0500 Subject: [PATCH] Fix new warning from cset 5474d11ed00efe. --- public/vstdlib/random.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/vstdlib/random.h b/public/vstdlib/random.h index 47edc9ff..2028a5df 100644 --- a/public/vstdlib/random.h +++ b/public/vstdlib/random.h @@ -24,7 +24,7 @@ //----------------------------------------------------------------------------- // A generator of uniformly distributed random numbers //----------------------------------------------------------------------------- -class IUniformRandomStream +class VSTDLIB_CLASS IUniformRandomStream { public: virtual ~IUniformRandomStream() {}