From a84b210ca397194ad360175cf89451f319121e6c Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 19 Jan 2023 13:06:36 +0100 Subject: Integrate CMI --- src/components/Component.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/Component.hpp') diff --git a/src/components/Component.hpp b/src/components/Component.hpp index 204ee47..564660a 100644 --- a/src/components/Component.hpp +++ b/src/components/Component.hpp @@ -14,6 +14,7 @@ public: Component(Status *s) : status(s){}; std::vector GetElements() { return (this->elements); } virtual void Refresh() = 0; + virtual void SyncCache() {}; }; } // namespace cgeditor \ No newline at end of file -- cgit v1.2.3