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:
@@ -178,7 +178,7 @@ public:
|
|||||||
//
|
//
|
||||||
void UpdateSIGWINCH();
|
void UpdateSIGWINCH();
|
||||||
void DeviceStatusReport (int);
|
void DeviceStatusReport (int);
|
||||||
inline void UpdateLine (void);
|
void UpdateLine (void);
|
||||||
void ScrollScreen (void);
|
void ScrollScreen (void);
|
||||||
void ScrollScreenDraw (void);
|
void ScrollScreenDraw (void);
|
||||||
void GetFrameSize (float *width, float *height);
|
void GetFrameSize (float *width, float *height);
|
||||||
|
|||||||
Reference in New Issue
Block a user