diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-19 13:06:36 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-19 13:06:36 +0100 |
| commit | a84b210ca397194ad360175cf89451f319121e6c (patch) | |
| tree | f44e9396fd5bf0abfd731d5bf897811e95384c32 /src/components/Component.hpp | |
| parent | 5e18d43a6ba4fd378178418de6b2ca7a67d64c21 (diff) | |
Integrate CMI
Diffstat (limited to 'src/components/Component.hpp')
| -rw-r--r-- | src/components/Component.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<Element> GetElements() { return (this->elements); } virtual void Refresh() = 0; + virtual void SyncCache() {}; }; } // namespace cgeditor
\ No newline at end of file |
