Remove const from input types of C API
PiperOrigin-RevId: 580217902
This commit is contained in:
		
							parent
							
								
									2abaabce0e
								
							
						
					
					
						commit
						8d370f4f5b
					
				| 
						 | 
					@ -26,7 +26,7 @@ struct BaseOptions {
 | 
				
			||||||
  const char* model_asset_buffer;
 | 
					  const char* model_asset_buffer;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // The size of the model assets buffer (or `0` if not set).
 | 
					  // 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.
 | 
					  // The path to the model asset to open and mmap in memory.
 | 
				
			||||||
  const char* model_asset_path;
 | 
					  const char* model_asset_path;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user