source:
trunk/testcase/duplicate1.cpp@
1872
| Last change on this file since 1872 was 1332, checked in by , 22 years ago | |
|---|---|
|
|
| File size: 439 bytes | |
| Line | |
|---|---|
| 1 | /* $Id: duplicate1.cpp 1332 2004-04-04 17:55:18Z bird $ */ |
| 2 | /** @file |
| 3 | * |
| 4 | * Testcase for emxbind problem with differenting symbols by case. |
| 5 | * |
| 6 | * Copyright (c) 2004 knut st. osmundsen <[email protected]> |
| 7 | * |
| 8 | * All Rights Reserved |
| 9 | * |
| 10 | */ |
| 11 | |
| 12 | class wxBaseArrayInt |
| 13 | { |
| 14 | public: |
| 15 | wxBaseArrayInt() {} |
| 16 | |
| 17 | void Clear(); |
| 18 | void clear(); |
| 19 | |
| 20 | }; |
| 21 | |
