Don't mark inline what is defined in the source file, but used from

other compilation units too. gcc 4 is quite consequent and doesn't
generate non-inlined code for such a function.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14912 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-11-14 13:39:02 +00:00
parent c5f20ef053
commit 31c5d829c9
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ public:
//
void UpdateSIGWINCH();
void DeviceStatusReport (int);
inline void UpdateLine (void);
void UpdateLine (void);
void ScrollScreen (void);
void ScrollScreenDraw (void);
void GetFrameSize (float *width, float *height);