From f88a5a0e6b1ee3284238cb4ea3af73c0be501fcb Mon Sep 17 00:00:00 2001 From: Sean Middleditch Date: Sat, 16 Jan 2010 20:17:48 -0800 Subject: [PATCH] added a couple minor comments --- janssonxx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/janssonxx.h b/janssonxx.h index f040ec2..15f34f7 100644 --- a/janssonxx.h +++ b/janssonxx.h @@ -299,6 +299,7 @@ inline std::ostream& operator<<(std::ostream& os, const jansson::Value& value); // read JSON value inline std::istream& operator>>(std::istream& is, jansson::Value& value); +// include implementation code #include "janssonxx.tcc" -#endif +#endif // defined(JANSSONXX_H)