#ifndef NOTEFIELDPLUS_H #define NOTEFIELDPLUS_H /* ----------------------------------------------------------------------------- Class: NoteFieldPlus Desc: NoteField + gray and ghost arrows. Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved. Chris Danford ----------------------------------------------------------------------------- */ #include "NoteField.h" class NoteFieldPlus : public NoteField { public: protected: }; #endif