projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Resolve ambiguity between GetClientXXX() methods in wxOSX wxComboBox.
[wxWidgets.git]
/
interface
/
wx
/
dateevt.h
diff --git
a/interface/wx/dateevt.h
b/interface/wx/dateevt.h
index 5f6f2ae77adf1bd4c63129c8b5e82ec42af63865..d626f11d827ef8f4b67bdb401ae2af47f17bb445 100644
(file)
--- a/
interface/wx/dateevt.h
+++ b/
interface/wx/dateevt.h
@@
-3,7
+3,7
@@
// Purpose: interface of wxDateEvent
// Author: wxWidgets team
// RCS-ID: $Id$
// Purpose: interface of wxDateEvent
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows licen
s
e
+// Licence: wxWindows licen
c
e
/////////////////////////////////////////////////////////////////////////////
/**
/////////////////////////////////////////////////////////////////////////////
/**
@@
-22,7
+22,7
@@
public:
/**
Returns the date.
*/
/**
Returns the date.
*/
- const wxDateTime GetDate() const;
+ const wxDateTime
&
GetDate() const;
/**
Sets the date carried by the event, normally only used by the library
/**
Sets the date carried by the event, normally only used by the library