summaryrefslogtreecommitdiff
path: root/upb
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2019-01-25 12:12:44 -0800
committerJosh Haberman <jhaberman@gmail.com>2019-01-25 12:12:44 -0800
commit76033b3a655d1aa8ea243bd381fce2616a062edc (patch)
tree0827ed46c4bc8855c86e45aa2874482e7b0ca24b /upb
parent2719bcff0d1972994e98433b830a921e2ded5fc4 (diff)
Correct TextPrinterPtr.
Diffstat (limited to 'upb')
-rw-r--r--upb/pb/textprinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/pb/textprinter.h b/upb/pb/textprinter.h
index e59e11d..80abc00 100644
--- a/upb/pb/textprinter.h
+++ b/upb/pb/textprinter.h
@@ -12,7 +12,7 @@
#ifdef __cplusplus
namespace upb {
namespace pb {
-class TextPrinter;
+class TextPrinterPtr;
} /* namespace pb */
} /* namespace upb */
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback