summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/Common/TextConfig.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lzma/CPP/Common/TextConfig.h')
-rw-r--r--3rdparty/lzma/CPP/Common/TextConfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/3rdparty/lzma/CPP/Common/TextConfig.h b/3rdparty/lzma/CPP/Common/TextConfig.h
index 0129ad963a1..2263a442509 100644
--- a/3rdparty/lzma/CPP/Common/TextConfig.h
+++ b/3rdparty/lzma/CPP/Common/TextConfig.h
@@ -1,7 +1,7 @@
// Common/TextConfig.h
-#ifndef __COMMON_TEXT_CONFIG_H
-#define __COMMON_TEXT_CONFIG_H
+#ifndef ZIP7_INC_COMMON_TEXT_CONFIG_H
+#define ZIP7_INC_COMMON_TEXT_CONFIG_H
#include "MyString.h"
@@ -13,7 +13,7 @@ struct CTextConfigPair
bool GetTextConfig(const AString &text, CObjectVector<CTextConfigPair> &pairs);
-int FindTextConfigItem(const CObjectVector<CTextConfigPair> &pairs, const UString &id) throw();
-UString GetTextConfigValue(const CObjectVector<CTextConfigPair> &pairs, const UString &id);
+int FindTextConfigItem(const CObjectVector<CTextConfigPair> &pairs, const char *id) throw();
+UString GetTextConfigValue(const CObjectVector<CTextConfigPair> &pairs, const char *id);
#endif