Tracker: style fixes to VirtualDirectoryPoseView
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2013, Haiku, Inc.
|
||||
* Copyright 2013 Haiku, Inc. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
@@ -24,6 +24,8 @@
|
||||
|
||||
namespace BPrivate {
|
||||
|
||||
// #pragma mark - VirtualDirectoryPoseView
|
||||
|
||||
|
||||
VirtualDirectoryPoseView::VirtualDirectoryPoseView(Model* model, BRect frame,
|
||||
uint32 resizeMask)
|
||||
@@ -498,5 +500,4 @@ VirtualDirectoryPoseView::_UpdateDirectoryPaths()
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
|
||||
} // namespace BPrivate
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* Copyright 2013, Haiku, Inc.
|
||||
* Copyright 2013 Haiku, Inc. All rights reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Ingo Weinhold, [email protected]
|
||||
*/
|
||||
#ifndef VIRTUAL_DIRECTORY_POSE_VIEW_H
|
||||
#define VIRTUAL_DIRECTORY_POSE_VIEW_H
|
||||
#ifndef _VIRTUAL_DIRECTORY_POSE_VIEW_H
|
||||
#define _VIRTUAL_DIRECTORY_POSE_VIEW_H
|
||||
|
||||
|
||||
#include <StringList.h>
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
namespace BPrivate {
|
||||
|
||||
|
||||
class VirtualDirectoryEntryList;
|
||||
|
||||
|
||||
@@ -74,4 +73,4 @@ private:
|
||||
} // namespace BPrivate
|
||||
|
||||
|
||||
#endif // VIRTUAL_DIRECTORY_POSE_VIEW_H
|
||||
#endif // _VIRTUAL_DIRECTORY_POSE_VIEW_H
|
||||
|
||||
Reference in New Issue
Block a user