eo-cxx: Fixed return of the assignment operator.
authorSavio Sena <savio@expertisesolutions.com.br>
Mon, 21 Jul 2014 22:57:52 +0000 (19:57 -0300)
committerSavio Sena <savio@expertisesolutions.com.br>
Mon, 21 Jul 2014 22:57:52 +0000 (19:57 -0300)
src/bindings/eo_cxx/eo_wref.hh

index ec3b619..fc32e47 100644 (file)
@@ -112,6 +112,7 @@ struct wref
         {
            _eo_wref = 0;
         }
+      return *this;
    }
 
 private: