Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3676

Show
Ignore:
Timestamp:
06/26/08 21:00:17 (2 months ago)
Author:
kris
Message:

simple encode() call should have been static

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/net/Uri.d

    r3259 r3676  
    497497        ***********************************************************************/ 
    498498 
    499         final char[] encode (char[] text, int flags) 
     499        static final char[] encode (char[] text, int flags) 
    500500        { 
    501501                void[] s;