Skip to content

Commit

Permalink
fix wrongly guarded header in postag_dll.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneplus committed Sep 19, 2014
1 parent 645206c commit 23ef403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/parser/extractor.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ class POSUExtractor : public Extractor {
class POSBigramExtractor : public Extractor {
public:
POSBigramExtractor() : prefix("") { }
int extract(Instance * inst) {
} // end for int extract
int extract(Instance * inst);
private:
const string prefix;
}; // end for class POSBigramExtractor
Expand Down
2 changes: 1 addition & 1 deletion src/postagger/postag_dll.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __LTP_POSTAGGER_DLL_H__
#ifndef __LTP_POSTAG_DLL_H__
#define __LTP_POSTAG_DLL_H__

#include <iostream>
Expand Down

0 comments on commit 23ef403

Please sign in to comment.