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 'moses2/FF/StatelessFeatureFunction.h')
-rw-r--r--moses2/FF/StatelessFeatureFunction.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/moses2/FF/StatelessFeatureFunction.h b/moses2/FF/StatelessFeatureFunction.h
index 0ad0aaba4..249e4fdfe 100644
--- a/moses2/FF/StatelessFeatureFunction.h
+++ b/moses2/FF/StatelessFeatureFunction.h
@@ -5,7 +5,8 @@
* Author: hieu
*/
-#pragma once
+#ifndef STATELESSFEATUREFUNCTION_H_
+#define STATELESSFEATUREFUNCTION_H_
#include "FeatureFunction.h"
@@ -21,3 +22,4 @@ public:
}
+#endif /* STATELESSFEATUREFUNCTION_H_ */