aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/json.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/unstable/json.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unstable/json.h b/src/unstable/json.h
index 100a3d1..5373bcf 100644
--- a/src/unstable/json.h
+++ b/src/unstable/json.h
@@ -87,6 +87,7 @@ namespace Bu
87 Bu::String toStringStable() const; 87 Bu::String toStringStable() const;
88 88
89 Bu::Json &operator=( const Bu::Json &rSrc ); 89 Bu::Json &operator=( const Bu::Json &rSrc );
90 bool operator==( const Bu::String &rRhs );
90 91
91 private: 92 private:
92 void parse( Bu::UtfChar &c, Bu::Stream &sInput ); 93 void parse( Bu::UtfChar &c, Bu::Stream &sInput );