Kaydet (Commit) cb1f5749 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: 'SalData' defined as a struct here but previously declared as a class

üst 8ffef2fb
......@@ -79,9 +79,9 @@ struct FrameHash : public boost::hash<sal_IntPtr>
#define INVALID_CURSOR_PTR (NSCursor*)0xdeadbeef
struct SalData
class SalData
{
public:
SALTIMERPROC mpTimerProc; // timer callback proc
AquaSalInstance *mpFirstInstance; // pointer of first instance
std::list<AquaSalFrame*> maFrames; // list of all frames
......
......@@ -75,9 +75,9 @@ struct FrameHash : public boost::hash<sal_IntPtr>
{ return boost::hash<sal_IntPtr>::operator()( reinterpret_cast<const sal_IntPtr>(frame) ); }
};
struct SalData
class SalData
{
public:
SALTIMERPROC mpTimerProc; // timer callback proc
IosSalInstance *mpFirstInstance; // pointer of first instance
std::list<IosSalFrame*> maFrames; // pointer of first frame
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment