From 479e67f2f27f49ae7665cd552acfb55e6192f1ae Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 27 Sep 2008 18:32:01 +0000 Subject: Modified Common::SearchSet to take signed integer priorities, for convenience (so that one can add archives with less-than-default priority) svn-id: r34659 --- common/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/system.h') diff --git a/common/system.h b/common/system.h index cb9dbedad7..176e53ddb4 100644 --- a/common/system.h +++ b/common/system.h @@ -917,7 +917,7 @@ public: * @param s the SearchSet to which the system specific dirs, if any, are added * @param priority the priority with which those dirs are added */ - virtual void addSysArchivesToSearchSet(Common::SearchSet &s, uint priority = 0) {} + virtual void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0) {} /** * Open the default config file for reading, by returning a suitable -- cgit v1.2.3