Fix mismatched-tags warning

PiperOrigin-RevId: 280888290
This commit is contained in:
Jacques Pienaar 2019-11-16 21:13:19 -08:00 committed by A. Unique TensorFlower
parent 0fbac09473
commit 8ec002cbec
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
namespace mlir {
namespace toy {
namespace detail {
class StructTypeStorage;
struct StructTypeStorage;
} // end namespace detail
/// This is the definition of the Toy dialect. A dialect inherits from