summaryrefslogtreecommitdiff
path: root/exif.h
diff options
context:
space:
mode:
Diffstat (limited to 'exif.h')
-rw-r--r--exif.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/exif.h b/exif.h
index 1f494a6..3048225 100644
--- a/exif.h
+++ b/exif.h
@@ -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: