added a couple minor comments

This commit is contained in:
Sean Middleditch 2010-01-16 20:17:48 -08:00
parent cc06bc334a
commit f88a5a0e6b

View file

@ -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)