]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/ifilters.h
* fixed a lot of compiler warnings (mostly const char * stuff and use of uninitialize...
[xonotic/netradiant.git] / include / ifilters.h
index 7b4d90f9a71a2471f978ea65435970b00bfa4e50..587dc9ed69685a62e88b86956ef1aaef0d905ab5 100644 (file)
@@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #define FILTER_MAJOR "filter"
 
 // adds a new filter
-typedef bfilter_t* (* PFN_QERPLUG_FILTERADD) (int type, int bmask, char *str, int exclude);
+typedef bfilter_t* (* PFN_QERPLUG_FILTERADD) (int type, int bmask, const char *str, int exclude);
 
 // performs the filtering
 typedef void (* PFN_QERPLUG_FILTERACTIVATE) (void);