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/StatefulFeatureFunction.h')
-rw-r--r--moses2/FF/StatefulFeatureFunction.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/moses2/FF/StatefulFeatureFunction.h b/moses2/FF/StatefulFeatureFunction.h
index 7cb3eaae9..c88eddead 100644
--- a/moses2/FF/StatefulFeatureFunction.h
+++ b/moses2/FF/StatefulFeatureFunction.h
@@ -5,8 +5,7 @@
* Author: hieu
*/
-#ifndef STATEFULFEATUREFUNCTION_H_
-#define STATEFULFEATUREFUNCTION_H_
+#pragma once
#include "FeatureFunction.h"
#include "FFState.h"
@@ -63,4 +62,3 @@ protected:
}
-#endif /* STATEFULFEATUREFUNCTION_H_ */