Changeset 414:b2a803c73b89
- 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
| r410 |
r414 |
|
| 2074 | 2074 | |
|---|
| 2075 | 2075 | <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) { |
|---|
| 2077 | 2077 | int* ptr; |
|---|
| 2078 | 2078 | if (tabArray != null) { |
|---|