projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
build fix
[wxWidgets.git]
/
include
/
wx
/
msw
/
ole
/
dataform.h
diff --git
a/include/wx/msw/ole/dataform.h
b/include/wx/msw/ole/dataform.h
index 634ab463e0c35d611ad2c3504b2c1152ab41ccf8..10c6bb2c3d96a11877a40bb69dd76e0dd5d23082 100644
(file)
--- a/
include/wx/msw/ole/dataform.h
+++ b/
include/wx/msw/ole/dataform.h
@@
-57,7
+57,7
@@
public:
wxString GetId() const;
void SetId(const wxChar *format);
wxString GetId() const;
void SetId(const wxChar *format);
- // returns
TRUE
if the format is one of those defined in wxDataFormatId
+ // returns
true
if the format is one of those defined in wxDataFormatId
bool IsStandard() const { return m_format > 0 && m_format < wxDF_PRIVATE; }
private:
bool IsStandard() const { return m_format > 0 && m_format < wxDF_PRIVATE; }
private: