Qualify references to std::string.
PiperOrigin-RevId: 306268837 Change-Id: I7d983851ee5713ed790b647996c14d5eab3244e2
This commit is contained in:
parent
3aa4524187
commit
35d23da927
@ -145,7 +145,7 @@ class FlatBufferModel {
|
||||
// lower-bound; ops in the graph may not have an associated runtime version,
|
||||
// in which case the actual required runtime might be greater than the
|
||||
// reported minimum.
|
||||
string GetMinimumRuntime() const;
|
||||
std::string GetMinimumRuntime() const;
|
||||
|
||||
/// Returns true if the model identifier is correct (otherwise false and
|
||||
/// reports an error).
|
||||
|
Loading…
Reference in New Issue
Block a user