#611 closed defect (fixed)
[PATCH] Move static class members of Interrupt out of header
| Reported by: | mloskot | Owned by: | strk |
|---|---|---|---|
| Priority: | major | Milestone: | 3.4.0 |
| Component: | Default | Version: | main |
| Severity: | Significant | Keywords: | |
| Cc: |
Description
In Interrupt class, static class members are accessed from several inline functions but they are not part of the exportable interface of GEOS DLL causing linker errors.
Simple solution is to move them out of the header.
Patch attached.
Attachments (1)
Change History (7)
by , 12 years ago
| Attachment: | move-static-members-out-of-header.patch added |
|---|
comment:1 by , 12 years ago
| Milestone: | 3.3.7 → 3.4.0 |
|---|
no problem here, can you just git svn-dcommit ?
comment:2 by , 12 years ago
I generated the patch from my copy of SVN trunk. I don't use the Git mirror. Is that a problem?
comment:3 by , 12 years ago
No problem, svn commit away ! Don't forget an entry in the NEWS file pointing here. Thanks
comment:4 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Forget the NEWS file (it's a new thing). I'm testing locally and I'll commit myself. Thanks !
Note:
See TracTickets
for help on using tickets.

Move static members of Interrupt class out of header