From: Thomas Geymayer Date: Wed, 4 Jun 2014 15:48:46 +0000 (+0200) Subject: canvas: BoxLayout shared pointer typedef. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d3a14bfd612efa7c7e2dda444bfc85fdbf2ebbcf;p=simgear.git canvas: BoxLayout shared pointer typedef. --- diff --git a/simgear/canvas/layout/BoxLayout.hxx b/simgear/canvas/layout/BoxLayout.hxx index 9fc41415..01c3077c 100644 --- a/simgear/canvas/layout/BoxLayout.hxx +++ b/simgear/canvas/layout/BoxLayout.hxx @@ -106,6 +106,8 @@ namespace canvas VBoxLayout(); }; + typedef SGSharedPtr BoxLayoutRef; + } // namespace canvas } // namespace simgear