code style update
now mount the target partition before copying git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21113 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
#include "PartitionMenuItem.h"
|
||||
|
||||
PartitionMenuItem::PartitionMenuItem(const char *name, const char *label, const char *menuLabel,
|
||||
BMessage *msg, partition_id id)
|
||||
PartitionMenuItem::PartitionMenuItem(const char *name, const char *label, const char *menuLabel,
|
||||
BMessage *msg, partition_id id)
|
||||
: BMenuItem(label, msg)
|
||||
{
|
||||
fID = id;
|
||||
|
||||
Reference in New Issue
Block a user