From dc91347ecb3663dd41c0d621a5a3bcd593ed7142 Mon Sep 17 00:00:00 2001 From: darkeye Date: Fri, 27 Jan 2006 08:51:23 +0000 Subject: [PATCH] fixed issue of double colons at the end of the declaration --- darkice/trunk/src/FaacEncoder.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/darkice/trunk/src/FaacEncoder.h b/darkice/trunk/src/FaacEncoder.h index a3c8120..a01c4dd 100644 --- a/darkice/trunk/src/FaacEncoder.h +++ b/darkice/trunk/src/FaacEncoder.h @@ -75,7 +75,7 @@ class FaacEncoder : public AudioEncoder, public virtual Reporter /** * A flag to indicate if the encoding session is open. */ - bool faacOpen;; + bool faacOpen; /** * The handle to the AAC encoder instance. @@ -443,6 +443,9 @@ class FaacEncoder : public AudioEncoder, public virtual Reporter $Source$ $Log$ + Revision 1.3 2006/01/27 08:51:23 darkeye + fixed issue of double colons at the end of the declaration + Revision 1.2 2005/04/16 22:19:20 darkeye changed remaining typos