From 9548e4bf500afb2e40600ab358a2b157c78b0732 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 7 May 2003 11:30:28 +0000 Subject: Fixed include and some comments --- src/LayerMenu.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/LayerMenu.hh b/src/LayerMenu.hh index 3eafa3f..86d34ba 100644 --- a/src/LayerMenu.hh +++ b/src/LayerMenu.hh @@ -20,7 +20,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: LayerMenu.hh,v 1.2 2003/04/16 13:43:41 rathnor Exp $ +// $Id: LayerMenu.hh,v 1.3 2003/05/07 11:30:28 fluxgen Exp $ #ifndef LAYERMENU_HH #define LAYERMENU_HH @@ -31,11 +31,11 @@ #include "RefCount.hh" #include "SimpleCommand.hh" -class Fluxbox; +#include "fluxbox.hh" // provides a generic way for giving an object a layer menu -// this class holds the layermenu items +/// this class holds the layermenu items template class LayerMenuItem : public FbTk::MenuItem { public: @@ -57,7 +57,7 @@ private: }; -/* create a layer menu inside from the given menu */ +/// Create a layer menu inside from the given menu template class LayerMenu : public FbMenu { public: -- cgit v0.11.2