mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-03 00:49:01 +08:00
Update src/ccstruct/tabletransfer.h
Co-authored-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
02055d667c
commit
14408861ea
@ -59,3 +59,5 @@ const T& constUniqueInstance(std::unique_ptr<T> new_instance = nullptr)
|
|||||||
{
|
{
|
||||||
return uniqueInstance<T>(std::move(new_instance));
|
return uniqueInstance<T>(std::move(new_instance));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // TESSERACT_CCSTRUCT_TABLETRANSFER_H_
|
||||||
|
Loading…
Reference in New Issue
Block a user