Fix build error for product TV
[platform/core/multimedia/libmedia-service.git] / plugin / media-ebook-plugin-regmatch.h
index c73240d..7a3b409 100644 (file)
@@ -27,13 +27,13 @@ class RegMatch : public IRunnable
 {
 public:
        explicit RegMatch(const char *keyword)
-               : keyword(keyword) { }
+               : _keyword(keyword) { }
        ~RegMatch() override = default;
 
        bool run(const std::string& text) override;
 
 private:
-       std::string keyword {};
+       std::string _keyword {};
 };
 
 #endif
\ No newline at end of file