diff options
Diffstat (limited to 'exif.h')
-rw-r--r-- | exif.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -30,7 +30,9 @@ class cImageMenuExif : public cOsdMenu { - std::string m_strText; + bool m_bDisplayTags; + std::string m_strTextTag; + std::string m_strTextMarker; protected: virtual void Display(void); public: |