mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-12 23:49:06 +08:00
Revert "Delete copy constructor and assignment operator for TessBaseAPI (fix issue #874)"
This reverts commit 4bbfabaa67
.
This commit is contained in:
parent
d423fb16b2
commit
b36cd63922
@ -92,9 +92,6 @@ class TESS_API TessBaseAPI {
|
||||
public:
|
||||
TessBaseAPI();
|
||||
virtual ~TessBaseAPI();
|
||||
// Copy constructor and assignment operator are currently unsupported.
|
||||
TessBaseAPI(TessBaseAPI const&) = delete;
|
||||
TessBaseAPI& operator=(TessBaseAPI const&) = delete;
|
||||
|
||||
/**
|
||||
* Returns the version identifier as a static string. Do not delete.
|
||||
|
Loading…
Reference in New Issue
Block a user