From 121a15ea8fa29e5d395e91eca77b0cdad7c13e0b Mon Sep 17 00:00:00 2001 From: Alex Wilson Date: Sat, 5 Nov 2011 01:58:56 -0600 Subject: [PATCH] By convention, Perform() methods are public, make this true for BLayout. --- headers/os/interface/Layout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/os/interface/Layout.h b/headers/os/interface/Layout.h index 552d8e9b32..5586881d99 100644 --- a/headers/os/interface/Layout.h +++ b/headers/os/interface/Layout.h @@ -70,6 +70,8 @@ public: virtual status_t ItemUnarchived(const BMessage* from, BLayoutItem* item, int32 index); + virtual status_t Perform(perform_code d, void* arg); + protected: // BLayout hook methods virtual bool ItemAdded(BLayoutItem* item, int32 atIndex); @@ -88,8 +90,6 @@ protected: // To be called when layout data is known to be good void ResetLayoutInvalidation(); - virtual status_t Perform(perform_code d, void* arg); - private: // FBC padding