File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ nothrow:
146146        return  idPool (s.ptr, s.length);
147147    }
148148
149-     static  Identifier idPool (const (char )*  s, size_t  len)
149+     static  Identifier idPool (const (char )*  s, uint  len)
150150    {
151151        StringValue*  sv = stringtable.update(s, len);
152152        Identifier id = cast (Identifier)sv.ptrvalue;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class Identifier : public RootObject
3939    static  StringTable stringtable;
4040    static  Identifier *generateId (const  char  *prefix);
4141    static  Identifier *generateId (const  char  *prefix, size_t  i);
42-     static  Identifier *idPool (const  char  *s, d_size_t  len);
42+     static  Identifier *idPool (const  char  *s, unsigned  len);
4343
4444    static  inline  Identifier *idPool (const  char  *s)
4545    {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments