move typedef into a single line

This commit is contained in:
Dennis Luxen 2014-04-03 12:08:37 +02:00
parent df83dfdfe8
commit 6c158f5a1b

View File

@ -33,9 +33,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <string>
typedef boost::unordered_map<
const std::string,
boost::filesystem::path
> ServerPaths;
typedef boost::unordered_map<const std::string, boost::filesystem::path> ServerPaths;
#endif //SERVER_PATH_H