diff options
Diffstat (limited to 'browserGrid.h')
-rw-r--r-- | browserGrid.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/browserGrid.h b/browserGrid.h index 549c081..6d50541 100644 --- a/browserGrid.h +++ b/browserGrid.h @@ -13,7 +13,12 @@ class cDummyElement : public cGridElement { +private: + std::string m_title; + public: + cDummyElement(std::string title); + cDummyElement(); virtual std::string GetTitle(); virtual void AddTokens(std::shared_ptr<skindesignerapi::cOsdElement> grid, bool clear = true, std::function<void(cGridElement*)> OnCached = NULL); }; |