Skip to content

Commit

Permalink
default construct CoveredTextDetector
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jan 2, 2025
1 parent 6e041d0 commit 6083912
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pdf2htmlEX/src/CoveredTextDetector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

namespace pdf2htmlEX {

CoveredTextDetector::CoveredTextDetector()
{
}

CoveredTextDetector::CoveredTextDetector(Param & param): param(&param)
{
}
Expand Down
1 change: 1 addition & 0 deletions pdf2htmlEX/src/CoveredTextDetector.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ namespace pdf2htmlEX {
class CoveredTextDetector
{
public:
CoveredTextDetector();

CoveredTextDetector(Param & param);

Expand Down

0 comments on commit 6083912

Please sign in to comment.