Reverted style changes pointed by stippi

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35445 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Artur Wyszynski
2010-02-10 20:19:10 +00:00
parent 98c88afe5f
commit be8e9d5e21
+4 -5
View File
@@ -105,9 +105,8 @@ private:
class CropView : public BView { class CropView : public BView {
public: public:
CropView(BView* target, int32 left, CropView(BView* target, int32 left, int32 top,
int32 top, int32 right, int32 right, int32 bottom);
int32 bottom);
virtual ~CropView(); virtual ~CropView();
virtual BSize MinSize(); virtual BSize MinSize();
@@ -141,10 +140,10 @@ public:
const StringVector& sources, const StringVector& sources,
const char* url); const char* url);
void AddCopyrightEntry(const char* name, void AddCopyrightEntry(const char* name,
const char* text, const char* text, const char* url = NULL);
const char* url = NULL);
void PickRandomHaiku(); void PickRandomHaiku();
private: private:
typedef std::map<std::string, PackageCredit*> PackageCreditMap; typedef std::map<std::string, PackageCredit*> PackageCreditMap;