Fix json blob selection bug
The first selection of a blob in the json was ok, but all
subsequent selections failed.
Issue-ID: RIC-596
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I8e7c4b731c15bc98654a8fb9bd052d43bd10adca
diff --git a/src/json/jhash.hpp b/src/json/jhash.hpp
index 3ff6498..2963610 100644
--- a/src/json/jhash.hpp
+++ b/src/json/jhash.hpp
@@ -47,8 +47,8 @@
public:
Jhash( const char* jblob ); // builder
- //Jhash( Message&& soi ); // mover
- //Jhash& operator=( Message&& soi ); // move operator
+ Jhash( Jhash&& soi ); // mover
+ Jhash& operator=( Jhash&& soi ); // move operator
~Jhash(); // destruction
bool Set_blob( const char* name ); // blob/root selection