]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlayout_ptr_fwd.h
* do not lookup the same macro all the time
[lyx.git] / src / lyxlayout_ptr_fwd.h
index 02ebdbcbd6aaa75650c832c4edae7df8f1ee3913..69bdfcf348948f201c5d7854124ff23595a7ba24 100644 (file)
 
 namespace lyx {
 
-class LyXLayout;
+class Layout;
 
 /// Global typedef
-typedef boost::shared_ptr<LyXLayout> LyXLayout_ptr;
+typedef boost::shared_ptr<Layout> Layout_ptr;
 
 
 } // namespace lyx