libaurum: apply smart pointer wider and extract impl out
[platform/core/uifw/aurum.git] / org.tizen.aurum-bootstrap / inc / Commands / FindElementCommand.h
index 688d87c..3defda7 100644 (file)
@@ -21,7 +21,7 @@ public:
                        ::aurum::RspFindElement*       response);
     ::grpc::Status execute() override;
 protected:
-    virtual ISearchable* getSearchableTop(void);
+    virtual std::shared_ptr<ISearchable> getSearchableTop(void);
     virtual std::vector<std::shared_ptr<UiSelector>> getSelectors(void);
 };
 #endif
\ No newline at end of file