By convention, Perform() methods are public, make this true for BLayout.

This commit is contained in:
Alex Wilson
2011-11-05 01:58:56 -06:00
parent 0c8b758c09
commit 121a15ea8f
+2 -2
View File
@@ -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