Opened 18 years ago
Closed 17 years ago
#52 closed defect (fixed)
FDO: Change 'const FdoString*' -> 'FdoString*'
Reported by: | gregboone | Owned by: | gregboone |
---|---|---|---|
Priority: | major | Milestone: | 3.3.0 |
Component: | FDO API | Version: | 3.2.0 |
Severity: | 2 | Keywords: | |
Cc: | External ID: |
Description
There are some instances in the FDO API where we pass a 'const FdoString*' argument to a function. Declaring the FdoString* as const is redundant since FdoString* is already defined as 'const wchar_t*', resulting in a 'const const wchar_t*' parameter. This double const declaration is causing difficulties with Python bindings on Linux.
Change History (2)
comment:1 by , 18 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.