mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
delete MutableSourcePhrase()
This commit is contained in:
parent
d647dd8aa3
commit
5104740d1a
@ -96,11 +96,7 @@ public:
|
||||
{
|
||||
m_sourcePhrase=p;
|
||||
}
|
||||
// ... but if we must store a copy, at least initialize it in-place
|
||||
Phrase &MutableSourcePhrase() {
|
||||
return m_sourcePhrase;
|
||||
}
|
||||
const Phrase& GetSourcePhrase() const
|
||||
const Phrase& GetSourcePhrase() const
|
||||
{
|
||||
return m_sourcePhrase;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user