Fix mismatched-tags warning
authorJacques Pienaar <jpienaar@google.com>
Sun, 17 Nov 2019 05:13:19 +0000 (21:13 -0800)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Sun, 17 Nov 2019 05:46:10 +0000 (21:46 -0800)
PiperOrigin-RevId: 280888290

mlir/examples/toy/Ch7/include/toy/Dialect.h

index 82b677a..b96ff99 100644 (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