added const to void Scale(); uncommented one method...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4485 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca
2003-09-03 21:22:24 +00:00
parent 255c3d7e0a
commit f62402a785
+2 -2
View File
@@ -523,7 +523,7 @@ public:
virtual void DrawAfterChildren(BRect r);
// added by OBOS - DO NOT use this when programming BeOS R5!!!
float Scale();
float Scale() const;
private:
@@ -567,7 +567,7 @@ private:
void DoShape(int32 gr, BShape* shape, pattern p);
void DoPictureClip(BPicture* picture, BPoint where, bool invert,
bool sync);
// bool removeFromList(BView* a_view);
bool removeFromList(BView* a_view);
bool removeSelf();
bool do_owner_check() const;
void setOwner(BWindow* the_owner);