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:
Diffstat (limited to 'moses/src/Sentence.h')
-rwxr-xr-xmoses/src/Sentence.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses/src/Sentence.h b/moses/src/Sentence.h
index 8a05787ee..0f0b4aa7a 100755
--- a/moses/src/Sentence.h
+++ b/moses/src/Sentence.h
@@ -48,7 +48,7 @@ class Sentence : public Phrase, public InputType
* and returns the value of that tag if present, empty string otherwise
*/
static std::string ParseXmlTagAttribute(const std::string& tag,const std::string& attributeName);
- std::vector <XmlOption> m_xmlOptionsList;
+ std::vector <TranslationOption*> m_xmlOptionsList;
std::vector <bool> m_xmlCoverageMap;
public:
@@ -90,3 +90,4 @@ class Sentence : public Phrase, public InputType
TranslationOptionCollection* CreateTranslationOptionCollection() const;
};
+