From c2ef62b36c3df05ad1ec012108ccb2b33f6c5748 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Fri, 29 May 2015 13:09:48 -0500 Subject: [PATCH] Fix warning on Linux --- src/SampleFormat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SampleFormat.h b/src/SampleFormat.h index 17823c305..7123abcd4 100644 --- a/src/SampleFormat.h +++ b/src/SampleFormat.h @@ -87,8 +87,8 @@ public: private: - samplePtr mPtr; int mCount; + samplePtr mPtr; }; //