Changeset 414:b2a803c73b89

Show
Ignore:
Timestamp:
05/06/11 07:39:49 (1 year ago)
Author:
David Nadlinger <code@klickverbot.at>
Tags:

tip

branch:
default
transplant_source:
��������LC4����� e�
Message:

Declare tabArray const.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • generator/typesystem_gui.xml

    r410 r414  
    20742074 
    20752075    <template name="gui.fontmetrics_tabarray_function"> 
    2076         public final %RETURN_TYPE %FUNCTION_NAME(%RECT_ARGUMENTSint flags, string text, int tabStops = 0, int[] tabArray = null) { 
     2076        public final %RETURN_TYPE %FUNCTION_NAME(%RECT_ARGUMENTSint flags, string text, int tabStops = 0, in int[] tabArray = null) { 
    20772077            int* ptr; 
    20782078            if (tabArray != null) {