Add a change that was missed in r4367.
Originally committed to SVN as r4368.
This commit is contained in:
parent
e408fe49c9
commit
6736f5e292
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue