Index: core/src/fxge/ge/text_int.h |
diff --git a/core/src/fxge/ge/text_int.h b/core/src/fxge/ge/text_int.h |
index a3c9417bfc0e64bfa89a7e99bd432c2c6c6f290e..c8d55965e3e06ea1af0e46931a51762efb073e88 100644 |
--- a/core/src/fxge/ge/text_int.h |
+++ b/core/src/fxge/ge/text_int.h |
@@ -4,6 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
+#ifndef _TEXT_INT_H_ |
+#define _TEXT_INT_H_ |
+ |
struct _CFX_UniqueKeyGen { |
void Generate(int count, ...); |
FX_CHAR m_Key[128]; |
@@ -98,3 +101,5 @@ public: |
int m_PitchFamily; |
CFX_ByteString m_FontTables; |
}; |
+ |
+#endif // _TEXT_INT_H_ |