Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe SERVAN <cservan@trou-de-fer.grenoble.xrce.xerox.com>2015-02-16 21:34:41 +0300
committerChristophe SERVAN <cservan@trou-de-fer.grenoble.xrce.xerox.com>2015-02-16 21:34:41 +0300
commitd0ff70decc98827d3adf9943b2a88d1cad0945be (patch)
treecdf0bfc16380978d3f5d6ef221d8436b4edbbdfa /mert/TER/infosHasher.h
parent87a4f1954619a4a7eec531349e0865b245df7a0b (diff)
Change Namespace in TER library
Diffstat (limited to 'mert/TER/infosHasher.h')
-rw-r--r--mert/TER/infosHasher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/TER/infosHasher.h b/mert/TER/infosHasher.h
index 692bde49d..0c5d44c3d 100644
--- a/mert/TER/infosHasher.h
+++ b/mert/TER/infosHasher.h
@@ -29,7 +29,7 @@ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "tools.h"
using namespace std;
-namespace HashMapSpace
+namespace TERCPPNS_HashMapSpace
{
class infosHasher
{