Mercurial > hg > svcore
comparison plugin/FeatureExtractionPluginFactory.cpp @ 608:d7f3dfe6f9a4
* solaris build fixes
author | Chris Cannam |
---|---|
date | Thu, 10 Sep 2009 18:44:45 +0000 |
parents | a70dcfed59c1 |
children | b4a8d8221eaf |
comparison
equal
deleted
inserted
replaced
607:a67651386253 | 608:d7f3dfe6f9a4 |
---|---|
100 rv.push_back(tmp[i]); | 100 rv.push_back(tmp[i]); |
101 } | 101 } |
102 } | 102 } |
103 | 103 |
104 // Plugins can change the locale, revert it to default. | 104 // Plugins can change the locale, revert it to default. |
105 setlocale(LC_ALL, "C"); | 105 RestoreStartupLocale(); |
106 | |
106 return rv; | 107 return rv; |
107 } | 108 } |
108 | 109 |
109 std::vector<QString> | 110 std::vector<QString> |
110 FeatureExtractionPluginFactory::getPluginIdentifiers() | 111 FeatureExtractionPluginFactory::getPluginIdentifiers() |