Tracker: style fixes to DirMenu (minor)

This commit is contained in:
John Scipione 2014-06-20 17:41:27 -04:00
parent 4242cbe2fc
commit a3c479b7e8
2 changed files with 8 additions and 3 deletions

View File

@ -35,6 +35,7 @@ All rights reserved.
// ToDo:
// get rid of fMenuBar, SetMenuBar and related mess
#include <Catalog.h>
#include <Debug.h>
#include <Directory.h>
@ -58,6 +59,9 @@ All rights reserved.
#define B_TRANSLATION_CONTEXT "DirMenu"
// #pragma mark - BDirMenu
BDirMenu::BDirMenu(BMenuBar* bar, BMessenger target, uint32 command,
const char* entryName)
:

View File

@ -31,8 +31,8 @@ of Be Incorporated in the United States and other countries. Other brand product
names are registered trademarks or trademarks of their respective holders.
All rights reserved.
*/
#ifndef DIR_MENU_H
#define DIR_MENU_H
#ifndef _DIR_MENU_H
#define _DIR_MENU_H
#include <PopUpMenu.h>
@ -77,4 +77,5 @@ BDirMenu::SetMenuBar(BMenuBar* bar)
using namespace BPrivate;
#endif
#endif // _DIR_MENU_H