Add a change that was missed in r4367.

Originally committed to SVN as r4368.
This commit is contained in:
Amar Takhar 2010-05-28 08:04:55 +00:00
parent e408fe49c9
commit 6736f5e292
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace agi {
namespace charset {
UCDetect::UCDetect(const std::string file): nsUniversalDetector(NS_FILTER_ALL), binary(0) {
UCDetect::UCDetect(const std::string file): nsUniversalDetector(NS_FILTER_ALL) {
{
std::ifstream *fp;
fp = io::Open(file);