projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
streamlining code for extra controls
[wxWidgets.git]
/
include
/
wx
/
private
/
fswatcher.h
diff --git
a/include/wx/private/fswatcher.h
b/include/wx/private/fswatcher.h
index 286fba854728c3eeb17e8ad9d0f296e67f47a1a7..d10b4036da88228a9b56d755ec8f0bc4a2b2db41 100644
(file)
--- a/
include/wx/private/fswatcher.h
+++ b/
include/wx/private/fswatcher.h
@@
-52,7
+52,7
@@
public:
wxCHECK_MSG( m_watches.find(winfo.GetPath()) == m_watches.end(), false,
"Path '%s' is already watched");
wxCHECK_MSG( m_watches.find(winfo.GetPath()) == m_watches.end(), false,
"Path '%s' is already watched");
- // con
c
truct watch entry
+ // con
s
truct watch entry
wxSharedPtr<wxFSWatchEntry> watch(new wxFSWatchEntry(winfo));
if (!DoAdd(watch))
wxSharedPtr<wxFSWatchEntry> watch(new wxFSWatchEntry(winfo));
if (!DoAdd(watch))