Remove const from input types of C API

PiperOrigin-RevId: 580217902
This commit is contained in:
Sebastian Schmidt 2023-11-07 10:06:32 -08:00 committed by Copybara-Service
parent 2abaabce0e
commit 8d370f4f5b

View File

@ -26,7 +26,7 @@ struct BaseOptions {
const char* model_asset_buffer;
// The size of the model assets buffer (or `0` if not set).
const unsigned int model_asset_buffer_count;
unsigned int model_asset_buffer_count;
// The path to the model asset to open and mmap in memory.
const char* model_asset_path;