From ca5e024130f35047c20a5b6b313dec707341285a Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sat, 18 Oct 2008 15:45:57 +0000 Subject: [PATCH] Probably forgotten changes in the last commit, though I'm not sure if Axel had any other style cleanups in mind in this file. Fixes build at any rate. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28230 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/storage/AddOnMonitorHandler.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/headers/private/storage/AddOnMonitorHandler.h b/headers/private/storage/AddOnMonitorHandler.h index f471211cc4..7eec157b91 100644 --- a/headers/private/storage/AddOnMonitorHandler.h +++ b/headers/private/storage/AddOnMonitorHandler.h @@ -45,11 +45,11 @@ protected: ino_t to_directory, dev_t device, ino_t node); private: - void HandlePulse(); + void _HandlePulse(); - std::list directories; - std::list pending_entries; - std::list former_entries; + std::list fDirectories; + std::list fPendingEntries; + std::list fFormerEntries; };