]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlayout_ptr_fwd.h
SCons: msvc does not need this /TP option any more after we rename .C => .cpp. Also...
[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