Fix new warning from cset 5474d11ed0.

This commit is contained in:
Nicholas Hastings 2014-11-15 11:32:47 -05:00
parent c1c3f9d00e
commit a4c483063e

View File

@ -24,7 +24,7 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// A generator of uniformly distributed random numbers // A generator of uniformly distributed random numbers
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
class IUniformRandomStream class VSTDLIB_CLASS IUniformRandomStream
{ {
public: public:
virtual ~IUniformRandomStream() {} virtual ~IUniformRandomStream() {}