summaryrefslogtreecommitdiff
path: root/upb/msgfactory.h
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2019-01-28 12:07:06 -0800
committerJosh Haberman <jhaberman@gmail.com>2019-01-28 12:07:06 -0800
commit22ad7121c2792e3c473776c22f8e7a63a0116d33 (patch)
treee6920484d20e7bbf9712d0724b01a058a33d81ad /upb/msgfactory.h
parent8e737d4f9acd3bb7620fdb237f5b943b41b75e9e (diff)
Fixes for google3.
Diffstat (limited to 'upb/msgfactory.h')
-rw-r--r--upb/msgfactory.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/upb/msgfactory.h b/upb/msgfactory.h
index 73a26ba..8b12461 100644
--- a/upb/msgfactory.h
+++ b/upb/msgfactory.h
@@ -5,6 +5,12 @@
#ifndef UPB_MSGFACTORY_H_
#define UPB_MSGFACTORY_H_
+#ifdef __cplusplus
+namespace upb {
+class MessageFactory;
+}
+#endif
+
UPB_DECLARE_TYPE(upb::MessageFactory, upb_msgfactory)
/** upb_msgfactory ************************************************************/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback