fixed issue of double colons at the end of the declaration

This commit is contained in:
darkeye 2006-01-27 08:51:23 +00:00
parent c0f7c67590
commit dc91347ecb
1 changed files with 4 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class FaacEncoder : public AudioEncoder, public virtual Reporter
/** /**
* A flag to indicate if the encoding session is open. * A flag to indicate if the encoding session is open.
*/ */
bool faacOpen;; bool faacOpen;
/** /**
* The handle to the AAC encoder instance. * The handle to the AAC encoder instance.
@ -443,6 +443,9 @@ class FaacEncoder : public AudioEncoder, public virtual Reporter
$Source$ $Source$
$Log$ $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 Revision 1.2 2005/04/16 22:19:20 darkeye
changed remaining typos changed remaining typos