source/Platform/PlatformWindow.h: rename parent to owner as the generic window is not really a parent to the platform one.
This commit is contained in:
parent
45d3bff620
commit
afc0845006
2 changed files with 5 additions and 5 deletions
|
|
@ -18,7 +18,7 @@ class PlatformWindow
|
|||
{
|
||||
public :
|
||||
// Factory method.
|
||||
static PlatformWindow* make(Window* parent);
|
||||
static PlatformWindow* make(Window* owner);
|
||||
|
||||
virtual ~PlatformWindow();
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ protected :
|
|||
|
||||
private :
|
||||
|
||||
Window * m_parent;
|
||||
Window * m_owner;
|
||||
};
|
||||
|
||||
} // namespace sp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue