]> git.mxchange.org Git - simgear.git/commitdiff
canvas: BoxLayout shared pointer typedef.
authorThomas Geymayer <tomgey@gmail.com>
Wed, 4 Jun 2014 15:48:46 +0000 (17:48 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Wed, 4 Jun 2014 15:48:46 +0000 (17:48 +0200)
simgear/canvas/layout/BoxLayout.hxx

index 9fc41415fd2ce423be0656371b22c5015884b3f8..01c3077c5219f0d78eb1ed3ac83f476363d3cfd4 100644 (file)
@@ -106,6 +106,8 @@ namespace canvas
       VBoxLayout();
   };
 
+  typedef SGSharedPtr<BoxLayout> BoxLayoutRef;
+
 } // namespace canvas
 } // namespace simgear