summaryrefslogtreecommitdiff
path: root/src/resources/specialdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/specialdb.h')
-rw-r--r--src/resources/specialdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/specialdb.h b/src/resources/specialdb.h
index f6ef73862..146d9d00f 100644
--- a/src/resources/specialdb.h
+++ b/src/resources/specialdb.h
@@ -63,7 +63,7 @@ namespace SpecialDB
/** gets the special info for ID. Will return 0 when it is
* a server-specific special.
*/
- SpecialInfo *get(int id);
+ SpecialInfo *get(const int id);
SpecialInfo::TargetMode targetModeFromString(const std::string& str);
}