// -*- C++ -*- /* This file is part of * ====================================================== * * LyX, The Document Processor * * Copyright 2000 The LyX Team. * *====================================================== */ #ifndef INSETCAPTION_H #define INSETCAPTION_H #ifdef __GNUG__ #pragma interface #endif #include "insettext.h" /** A caption inset */ class InsetCaption : public InsetText { public: protected: private: }; #endif