aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorMax Horn2008-09-27 18:32:01 +0000
committerMax Horn2008-09-27 18:32:01 +0000
commit479e67f2f27f49ae7665cd552acfb55e6192f1ae (patch)
tree006e8358e2009d7c61efcba93ae68024f113a059 /common/system.h
parent3779fc2170d93514735b18f876f39aaf4985b9f0 (diff)
downloadscummvm-rg350-479e67f2f27f49ae7665cd552acfb55e6192f1ae.tar.gz
scummvm-rg350-479e67f2f27f49ae7665cd552acfb55e6192f1ae.tar.bz2
scummvm-rg350-479e67f2f27f49ae7665cd552acfb55e6192f1ae.zip
Modified Common::SearchSet to take signed integer priorities, for convenience (so that one can add archives with less-than-default priority)
svn-id: r34659
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h2
1 files changed, 1 insertions, 1 deletions
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