* add protected accessor for baseline offset to StringItem, as that value is of

interest to derived classes

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42665 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2011-08-21 17:17:13 +00:00
parent fab63078c9
commit 7ba0381def
2 changed files with 12 additions and 2 deletions
+3
View File
@@ -30,6 +30,9 @@ public:
virtual status_t Perform(perform_code code, void* arg);
protected:
float BaselineOffset() const;
private:
// FBC padding and forbidden methods
virtual void _ReservedStringItem1();