summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
Diffstat (limited to 'converters')
-rw-r--r--converters/tex2rtf/files/stringmatch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/converters/tex2rtf/files/stringmatch.h b/converters/tex2rtf/files/stringmatch.h
index b1925aff681..c1b89eac511 100644
--- a/converters/tex2rtf/files/stringmatch.h
+++ b/converters/tex2rtf/files/stringmatch.h
@@ -1,5 +1,8 @@
+#ifndef _STRINGMATCH_H_
+#define _STRINGMATCH_H_
#include "wx/object.h"
#include "wx/list.h"
#include "wx/filefn.h"
WXDLLEXPORT bool wxStringMatch2(const wxChar *one, const wxChar *two, bool subString = TRUE, bool exact = FALSE);
+#endif // _STRINGMATCH_H_