[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #24153] NSCell.h declares inline without implementation
From: |
Fred Kiefer |
Subject: |
[bug #24153] NSCell.h declares inline without implementation |
Date: |
Sat, 06 Sep 2008 22:11:27 +0000 |
User-agent: |
Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.9 (like Gecko) SUSE |
Follow-up Comment #1, bug #24153 (project gnustep):
There are different ways to resolve this issue. The simplest would be to make
this function non-inlined, the next to put the code in the header. But I don't
like either of them. I would prefer to remove this function completely, at
least from our public header files and replace it with a method on GSTheme
(with a corresponding, drawBorder: method there as well).
For this we should be more or less sure that there are no applications out
there that rely on this internal function. Does anybody know of one? For a
while we could keep a function with the same name, but different
implementation in the GSTheme header, if this helps.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?24153>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
- [bug #24153] NSCell.h declares inline without implementation,
Fred Kiefer <=