From 05dc96845fa3f8ed3a110ccf1149defd8d828ea4 Mon Sep 17 00:00:00 2001 From: corrados <46655886+corrados@users.noreply.github.com> Date: Sun, 16 Jun 2019 11:31:46 +0200 Subject: [PATCH] Update vstsound.h code style changes --- src/vstsound.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vstsound.h b/src/vstsound.h index 711a6596..284449c9 100755 --- a/src/vstsound.h +++ b/src/vstsound.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2011 + * Copyright (c) 2004-2019 * * Author(s): * Volker Fischer @@ -35,7 +35,7 @@ class CSound : public CSoundBase { public: CSound ( void (*fpNewCallback) ( CVector& psData, void* arg ), void* arg ) : - CSoundBase ( true, fpNewCallback, arg ), iVSTMonoBufferSize ( 0 ) {} + CSoundBase ( true, fpNewCallback, arg ), iVSTMonoBufferSize ( 0 ) {} // special VST functions void SetMonoBufferSize ( const int iNVBS ) { iVSTMonoBufferSize = iNVBS; }