From d3a14bfd612efa7c7e2dda444bfc85fdbf2ebbcf Mon Sep 17 00:00:00 2001 From: Thomas Geymayer Date: Wed, 4 Jun 2014 17:48:46 +0200 Subject: [PATCH] canvas: BoxLayout shared pointer typedef. --- simgear/canvas/layout/BoxLayout.hxx | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5