ifdeffery

This commit is contained in:
simon.kagstrom 2009-12-16 16:53:14 +00:00
parent a2d9a82c9d
commit b6139851ac

View File

@ -1,3 +1,6 @@
#ifndef __FILE_BROWSER_HH__
#define __FILE_BROWSER_HH__
#include "menu.hh"
#include "gui.hh"
@ -49,3 +52,5 @@ protected:
const char **exts;
GuiView *parent;
};
#endif /* __FILE_BROWSER_HH__ */