projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing header to allow ../src/common/docview.cpp to compile
[wxWidgets.git]
/
include
/
wx
/
cocoa
/
dataform.h
diff --git
a/include/wx/cocoa/dataform.h
b/include/wx/cocoa/dataform.h
index e4f915905aaafd0521b269c715217535c4458150..17b95ee4a85c3b682085d9e318a405fe9f937a83 100644
(file)
--- a/
include/wx/cocoa/dataform.h
+++ b/
include/wx/cocoa/dataform.h
@@
-42,7
+42,7
@@
public:
// application-specific formats
//
wxString GetId(void) const;
// application-specific formats
//
wxString GetId(void) const;
- void SetId(const wxChar*
pId);
+ void SetId(const wxChar*
WXUNUSED(pId)) { /* TODO */ }
private:
unsigned int m_uFormat;
private:
unsigned int m_uFormat;