From 8585aa71ed5bab510bc0a9104f36bc68734e0d73 Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 15 Mar 2009 16:04:39 +0000 Subject: (svn r15726) -Codechange: unify coding style for const pointers --- src/bridge_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bridge_gui.cpp') diff --git a/src/bridge_gui.cpp b/src/bridge_gui.cpp index 28579d26b..ab4dc9b99 100644 --- a/src/bridge_gui.cpp +++ b/src/bridge_gui.cpp @@ -67,7 +67,7 @@ private: /* Constants for sorting the bridges */ static const StringID sorter_names[]; - static GUIBridgeList::SortFunction *const sorter_funcs[]; + static GUIBridgeList::SortFunction * const sorter_funcs[]; /* Internal variables */ TileIndex start_tile; -- cgit v1.2.3-54-g00ecf