]> git.lyx.org Git - lyx.git/blob - src/TextClassPtr.h
doubly stupid bug fix.
[lyx.git] / src / TextClassPtr.h
1 // -*- C++ -*-
2 /**
3  * \file TextClassPtr.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * Full author contact details are available in file CREDITS.
8  */
9 #ifndef TEXTCLASS_PTR_H
10 #define TEXTCLASS_PTR_H
11
12 namespace lyx {
13
14 class TextClass;
15
16 // This largely useless typedef is scheduled to be replaced by 
17 // something better.
18 typedef TextClass * TextClassPtr;
19
20 } // namespace lyx
21
22 #endif