projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix for link error
[wxWidgets.git]
/
include
/
wx
/
cocoa
/
dialog.h
diff --git
a/include/wx/cocoa/dialog.h
b/include/wx/cocoa/dialog.h
index 50785849f8db93f5dd3253f2198964a4416b5f1e..b4e0145e911d1ca548d5aaf1c0a2042c122d62ae 100644
(file)
--- a/
include/wx/cocoa/dialog.h
+++ b/
include/wx/cocoa/dialog.h
@@
-6,7
+6,7
@@
// Created: 2002/12/15
// RCS-ID: $Id:
// Copyright: David Elliott
// Created: 2002/12/15
// RCS-ID: $Id:
// Copyright: David Elliott
-// Licence: wxWindows licence
+// Licence:
wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_COCOA_DIALOG_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_COCOA_DIALOG_H_
@@
-81,7
+81,7
@@
protected:
// Implementation
// ------------------------------------------------------------------------
public:
// Implementation
// ------------------------------------------------------------------------
public:
- bool Show(bool show = true);
+
virtual
bool Show(bool show = true);
void SetModal(bool flag);
virtual bool IsModal() const { return m_isModal; }
void SetModal(bool flag);
virtual bool IsModal() const { return m_isModal; }