Fixed typo in placebrowser.cc which caused compilation warning

This commit is contained in:
Ilia Popov 2010-05-15 16:11:21 +02:00
parent 422aaacaac
commit fe84b0a62d

View File

@ -18,7 +18,7 @@
*/ */
#include <placesbrowser.h> #include <placesbrowser.h>
#include <options.h> #include <options.h>
#include <toolpanel.h>> #include <toolpanel.h>
#include <safegtk.h> #include <safegtk.h>
PlacesBrowser::PlacesBrowser () : listener (NULL) { PlacesBrowser::PlacesBrowser () : listener (NULL) {