]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlayout_ptr_fwd.h
Fulfill promise to Andre: TextClass_ptr --> TextClassPtr.
[lyx.git] / src / lyxlayout_ptr_fwd.h
index 69bdfcf348948f201c5d7854124ff23595a7ba24..00a35dee9e8279b9cda5dcd00970e0eff6e1a9b6 100644 (file)
@@ -20,7 +20,7 @@ namespace lyx {
 class Layout;
 
 /// Global typedef
-typedef boost::shared_ptr<Layout> Layout_ptr;
+typedef boost::shared_ptr<Layout> LayoutPtr;
 
 
 } // namespace lyx