]> 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 49be53172b0e58bb742144a905dcdabe6b278495..69bdfcf348948f201c5d7854124ff23595a7ba24 100644 (file)
 
 #include <boost/shared_ptr.hpp>
 
-class LyXLayout;
+
+namespace lyx {
+
+class Layout;
 
 /// Global typedef
-typedef boost::shared_ptr<LyXLayout> LyXLayout_ptr;
+typedef boost::shared_ptr<Layout> Layout_ptr;
+
+
+} // namespace lyx
 
 #endif