summaryrefslogtreecommitdiff
path: root/src/stringfilter_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-10-27 15:26:17 +0000
committerfrosch <frosch@openttd.org>2012-10-27 15:26:17 +0000
commit2d550a7579841adc0d0fe6664bee0375363e6066 (patch)
treee59dac0923f3b89aa8feca8abd357ff50151d79a /src/stringfilter_type.h
parent716014c4103add88e92a59e6e0f87d3bbbab8e21 (diff)
downloadopenttd-2d550a7579841adc0d0fe6664bee0375363e6066.tar.xz
(svn r24632) -Feature: Add text filtering to advanced settings.
Diffstat (limited to 'src/stringfilter_type.h')
-rw-r--r--src/stringfilter_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stringfilter_type.h b/src/stringfilter_type.h
index 7995ffdf6..f78b133cb 100644
--- a/src/stringfilter_type.h
+++ b/src/stringfilter_type.h
@@ -13,6 +13,7 @@
#define STRINGFILTER_TYPE_H
#include "core/smallvec_type.hpp"
+#include "strings_type.h"
/**
* String filter and state.
@@ -61,6 +62,7 @@ public:
void ResetState();
void AddLine(const char *str);
+ void AddLine(StringID str);
/**
* Get the matching state of the current item.