]> git.saurik.com Git - wxWidgets.git/commit
Properly use RemoveTree() in fswatcher sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jul 2012 11:22:10 +0000 (11:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jul 2012 11:22:10 +0000 (11:22 +0000)
commitce2532fbc623b34b50a96ce5a3eba13d4a0e094f
treeb6246b7bcb467f66ad4c44d8dbfb6a6cbe85c4ee
parentb5b1a8e45a0bfeeb3a9f57946060c638ae110485
Properly use RemoveTree() in fswatcher sample.

We need to use RemoveTree() to remove watches for the paths added with
AddTree().

See #14480.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/fswatcher/fswatcher.cpp