Add some attributes

This commit is contained in:
Hackerpilot 2018-03-19 16:57:11 -07:00
parent ea15ae4c15
commit c34a3f4b3c
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public AutocompleteResponse symbolSearch(const AutocompleteRequest request,
{
const(DSymbol)* symbol;
int opCmp(ref const SearchResult other) const pure nothrow
int opCmp(ref const SearchResult other) const pure nothrow @nogc @safe
{
if (other.symbol.symbolFile < symbol.symbolFile)
return -1;