Update src/ccstruct/tabletransfer.h

Co-authored-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Sintun 2021-03-17 10:36:15 +01:00 committed by GitHub
parent 02055d667c
commit 14408861ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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_