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:
@@ -105,9 +105,8 @@ private:
|
||||
|
||||
class CropView : public BView {
|
||||
public:
|
||||
CropView(BView* target, int32 left,
|
||||
int32 top, int32 right,
|
||||
int32 bottom);
|
||||
CropView(BView* target, int32 left, int32 top,
|
||||
int32 right, int32 bottom);
|
||||
virtual ~CropView();
|
||||
|
||||
virtual BSize MinSize();
|
||||
@@ -141,10 +140,10 @@ public:
|
||||
const StringVector& sources,
|
||||
const char* url);
|
||||
void AddCopyrightEntry(const char* name,
|
||||
const char* text,
|
||||
const char* url = NULL);
|
||||
const char* text, const char* url = NULL);
|
||||
void PickRandomHaiku();
|
||||
|
||||
|
||||
private:
|
||||
typedef std::map<std::string, PackageCredit*> PackageCreditMap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user